Logs: liberachat/#xmonad
| 2021-12-05 10:57:55 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-12-05 12:16:42 | → | desantra joins (~skykanin@user/skykanin) |
| 2021-12-05 12:18:13 | <desantra> | When using the `isFullscreen --> doFullFloat` I notice that when exiting fullscreen the application window is still floating and I have to manually tile it again. Is there a way to make this happen automatically when exiting fullscreen? |
| 2021-12-05 12:33:29 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2021-12-05 13:10:20 | <Solid> | sounds like if you want that behaviour then ewmhFullscreen might be more suited than a manage hook |
| 2021-12-05 13:18:12 | <desantra> | ugh too bad NixOS is on xmonad version 0.15 |
| 2021-12-05 13:19:11 | <desantra> | because stackage |
| 2021-12-05 13:19:40 | <Solid> | afaik there are flakes to build more up-to-date version with nixos |
| 2021-12-05 13:19:46 | <Solid> | (don't ask me how they work, though :) |
| 2021-12-05 13:19:57 | <Solid> | s/version/versions/ |
| 2021-12-05 13:21:21 | <desantra> | is it not possible to get the same behaviour as ewhmFullscreen with fullscreenEventHook from the same module on 0.15? |
| 2021-12-05 13:27:16 | <Solid> | not exactly the same behaviour afair (but I have to admit that I haven't used 0.15 in a really long time and so don't exactly remember what fullscreenEventHook did) |
| 2021-12-05 13:27:27 | <Solid> | but try that instead and see if it works, I suppose :) |
| 2021-12-05 13:28:37 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-12-05 13:31:44 | → | kento joins (~kento@089144204185.atnat0013.highway.webapn.at) |
| 2021-12-05 13:32:51 | <desantra> | I've been using the full screen hook all along so it doesn't seem to do what I want, but I guess I could make xmonad use cabal to get a newer version of xmonad |
| 2021-12-05 13:33:03 | <desantra> | not sure what to put in the build script though |
| 2021-12-05 13:45:15 | <Solid> | you could create a stack project and build via that; then you don't even need a build script (we detect stack automatically starting with 0.17.0) |
| 2021-12-05 13:45:37 | <Solid> | c.f. https://github.com/xmonad/xmonad/blob/master/INSTALL.md |
| 2021-12-05 13:53:06 | <desantra> | oh, I made a cabal file with a build script that just runs `cabal build xmonad-sky` which is the name of my executable |
| 2021-12-05 14:08:15 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-12-05 14:11:04 | <geekosaur> | might need to do a little more unless you use cabal exec to run it |
| 2021-12-05 14:11:09 | × | kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Quit: Client closed) |
| 2021-12-05 14:11:26 | → | desantra joins (~skykanin@user/skykanin) |
| 2021-12-05 14:11:53 | <geekosaur> | https://github.com/xmonad/xmonad-testing/blob/master/build-scripts/build-with-cabal.sh |
| 2021-12-05 14:13:37 | <desantra> | Seems to be working for me with just `cabal build xmonad-sky` as the build script |
| 2021-12-05 14:15:16 | <desantra> | anyways I switched to using `ewmhFullscreen` and removed the `isFullscreen -> doFullFoat` manage hook. However even after a reboot fullscreeen behaviour remains the same. Also fullscreening in apps like firefox, mpv, kitty etc. doesn't fill the entire screen (as in it doesn't want to overlap my polybar) |
| 2021-12-05 14:15:56 | <desantra> | Here is my config: https://bpa.st/AUXQ |
| 2021-12-05 14:19:58 | <desantra> | weird, the floating fullscreen behaviour is still present even though I removed that manage hook from my config. Now I'm kind of doubting that it actually reloaded the new config even though `xmonad --recompile` and `xmonad --restart` worked without any errors |
| 2021-12-05 14:51:26 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-12-05 15:42:59 | → | desantra joins (~skykanin@user/skykanin) |
| 2021-12-05 15:54:56 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2021-12-05 15:55:06 | → | qbt joins (~qbt@user/edun) |
| 2021-12-05 16:16:47 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-12-05 16:22:49 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2021-12-05 16:25:50 | → | kento joins (~kento@089144204185.atnat0013.highway.webapn.at) |
| 2021-12-05 16:38:51 | × | kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Quit: Client closed) |
| 2021-12-05 16:54:18 | × | desantra quits (~skykanin@user/skykanin) (Read error: Connection reset by peer) |
| 2021-12-05 17:01:51 | → | kento joins (~kento@089144204185.atnat0013.highway.webapn.at) |
| 2021-12-05 17:11:23 | <kento> | I am trying to write a loghook to automatically bring newly focused floating windows in front of other floating windows. |
| 2021-12-05 17:11:23 | <kento> | https://pastebin.com/zsFT0V77 |
| 2021-12-05 17:11:24 | <kento> | This doesn't do what I want, any tips? |
| 2021-12-05 17:28:09 | × | kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Ping timeout: 256 seconds) |
| 2021-12-05 17:52:27 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving) |
| 2021-12-05 18:34:05 | × | ex quits (~exordiri@user/wpops) (Changing host) |
| 2021-12-05 18:34:05 | → | ex joins (~exordiri@user/exordiri) |
| 2021-12-05 18:38:10 | ← | ex parts (~exordiri@user/exordiri) (Leaving) |
| 2021-12-05 18:40:06 | → | exordiri joins (~ex@user/exordiri) |
| 2021-12-05 18:49:58 | → | kento joins (~kento@80-108-204-200.cable.dynamic.surfer.at) |
| 2021-12-05 19:02:53 | × | kento quits (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
| 2021-12-05 19:11:07 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-12-05 19:11:26 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-12-05 19:11:51 | → | kento joins (~kento@80-108-204-200.cable.dynamic.surfer.at) |
| 2021-12-05 19:21:09 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-12-05 19:37:44 | → | twiclo1 joins (~twiclo@mail.twil.cx) |
| 2021-12-05 19:38:13 | <twiclo1> | What user runs the commands spawned by your keyboard shortcuts? |
| 2021-12-05 19:54:52 | <MrElendig> | generally you |
| 2021-12-05 19:55:05 | <MrElendig> | (context missing) |
| 2021-12-05 19:57:46 | <Solid> | we're just executing it with /bin/sh via execv* so I would imagine it's the user who started xmonad |
| 2021-12-05 20:00:36 | × | kento quits (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
| 2021-12-05 20:03:54 | → | kento joins (~kento@80-108-204-200.cable.dynamic.surfer.at) |
| 2021-12-05 20:07:53 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 252 seconds) |
| 2021-12-05 20:12:33 | × | kento quits (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
| 2021-12-05 21:04:51 | → | kento joins (~kento@80-108-204-200.cable.dynamic.surfer.at) |
| 2021-12-05 21:21:00 | → | cjb joins (~cjb@user/cjb) |
| 2021-12-05 21:37:51 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-12-05 21:41:04 | → | humky joins (~humky@user/humky) |
| 2021-12-05 22:04:15 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-12-05 22:05:56 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-12-05 22:08:50 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-12-05 22:31:26 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.3) |
| 2021-12-05 22:31:45 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 2021-12-05 23:09:17 | × | kento quits (~kento@80-108-204-200.cable.dynamic.surfer.at) (Ping timeout: 256 seconds) |
| 2021-12-05 23:45:40 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-12-05 23:46:41 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2021-12-05 23:48:23 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-12-06 00:20:09 | × | obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 252 seconds) |
| 2021-12-06 00:33:34 | → | curiousgay joins (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-12-06 01:11:21 | → | mvk joins (~mvk@2607:fea8:5cdd:f000::9788) |
| 2021-12-06 01:14:47 | → | obimod joins (~obimod@gateway/vpn/pia/obimod) |
| 2021-12-06 02:16:21 | × | steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 2021-12-06 03:03:08 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 2021-12-06 03:06:47 | → | sagax joins (~sagax_nb@user/sagax) |
| 2021-12-06 03:08:27 | × | mvk quits (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 252 seconds) |
| 2021-12-06 03:22:26 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-12-06 03:22:43 | × | ^[ quits (~user@user//x-8473491) (Quit: ^[) |
| 2021-12-06 03:34:07 | × | td_ quits (~td@muedsl-82-207-238-182.citykom.de) (Ping timeout: 252 seconds) |
| 2021-12-06 03:35:55 | → | td_ joins (~td@muedsl-82-207-238-027.citykom.de) |
| 2021-12-06 03:47:49 | × | terrorjack quits (~terrorjac@static.3.200.12.49.clients.your-server.de) (Quit: The Lounge - https://thelounge.chat) |
| 2021-12-06 03:50:16 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2021-12-06 04:12:44 | × | cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 29.0.50) |
| 2021-12-06 04:32:02 | → | ^[ joins (~user@user//x-8473491) |
| 2021-12-06 05:26:29 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (*.net *.split) |
| 2021-12-06 05:26:29 | × | humky quits (~humky@user/humky) (*.net *.split) |
| 2021-12-06 05:26:29 | × | vifon quits (~vifon@user/vifon) (*.net *.split) |
| 2021-12-06 05:26:29 | × | trillp quits (~user@69.233.98.238) (*.net *.split) |
| 2021-12-06 05:26:29 | × | wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2021-12-06 05:26:29 | × | gdd quits (~gdd@129.199.146.230) (*.net *.split) |
| 2021-12-06 05:26:29 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (*.net *.split) |
| 2021-12-06 05:26:30 | × | srk quits (~sorki@user/srk) (*.net *.split) |
All times are in UTC.