2021-12-05 00:08:34 +0100 | mc47 | (~mc47@xmonad/TheMC47) (Quit: Leaving) |
2021-12-05 00:17:24 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) |
2021-12-05 01:16:15 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 256 seconds) |
2021-12-05 01:44:14 +0100 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-12-05 01:48:03 +0100 | mvk | (~mvk@2607:fea8:5cdd:f000::9788) |
2021-12-05 01:59:31 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) |
2021-12-05 02:00:46 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) (Client Quit) |
2021-12-05 02:02:20 +0100 | mohab | (~mohab@41.129.80.0) |
2021-12-05 02:02:49 +0100 | mohab | (~mohab@41.129.80.0) (Client Quit) |
2021-12-05 04:04:03 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
2021-12-05 04:22:40 +0100 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-12-05 04:26:53 +0100 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 252 seconds) |
2021-12-05 04:35:41 +0100 | td_ | (~td@muedsl-82-207-238-245.citykom.de) (Ping timeout: 252 seconds) |
2021-12-05 04:37:13 +0100 | td_ | (~td@muedsl-82-207-238-182.citykom.de) |
2021-12-05 05:21:53 +0100 | mvk | (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 252 seconds) |
2021-12-05 07:47:24 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) |
2021-12-05 09:24:15 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-12-05 09:30:58 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-12-05 09:51:21 +0100 | qbt | (~qbt@user/edun) |
2021-12-05 10:02:58 +0100 | nomadxx3 | (~lanomadx@69.167.42.149) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-12-05 10:03:14 +0100 | nomadxx3 | (~lanomadx@69.167.42.149) |
2021-12-05 10:17:36 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2021-12-05 10:17:36 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2021-12-05 10:17:39 +0100 | allbery_b | geekosaur |
2021-12-05 10:54:16 +0100 | mc47 | (~mc47@xmonad/TheMC47) |
2021-12-05 11:23:59 +0100 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
2021-12-05 11:31:45 +0100 | vifon | (~vifon@user/vifon) (Quit: WeeChat 2.9) |
2021-12-05 11:32:10 +0100 | vifon | (~vifon@user/vifon) |
2021-12-05 11:57:55 +0100 | seschwar | (~seschwar@user/seschwar) |
2021-12-05 13:16:42 +0100 | desantra | (~skykanin@user/skykanin) |
2021-12-05 13:18:13 +0100 | <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 13:33:29 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds) |
2021-12-05 14:10:20 +0100 | <Solid> | sounds like if you want that behaviour then ewmhFullscreen might be more suited than a manage hook |
2021-12-05 14:18:12 +0100 | <desantra> | ugh too bad NixOS is on xmonad version 0.15 |
2021-12-05 14:19:11 +0100 | <desantra> | because stackage |
2021-12-05 14:19:40 +0100 | <Solid> | afaik there are flakes to build more up-to-date version with nixos |
2021-12-05 14:19:46 +0100 | <Solid> | (don't ask me how they work, though :) |
2021-12-05 14:19:57 +0100 | <Solid> | s/version/versions/ |
2021-12-05 14:21:21 +0100 | <desantra> | is it not possible to get the same behaviour as ewhmFullscreen with fullscreenEventHook from the same module on 0.15? |
2021-12-05 14:27:16 +0100 | <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 14:27:27 +0100 | <Solid> | but try that instead and see if it works, I suppose :) |
2021-12-05 14:28:37 +0100 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-12-05 14:31:44 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) |
2021-12-05 14:32:51 +0100 | <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 14:33:03 +0100 | <desantra> | not sure what to put in the build script though |
2021-12-05 14:45:15 +0100 | <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 14:45:37 +0100 | <Solid> | c.f. https://github.com/xmonad/xmonad/blob/master/INSTALL.md |
2021-12-05 14:53:06 +0100 | <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 15:08:15 +0100 | desantra | (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
2021-12-05 15:11:04 +0100 | <geekosaur> | might need to do a little more unless you use cabal exec to run it |
2021-12-05 15:11:09 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) (Quit: Client closed) |
2021-12-05 15:11:26 +0100 | desantra | (~skykanin@user/skykanin) |
2021-12-05 15:11:53 +0100 | <geekosaur> | https://github.com/xmonad/xmonad-testing/blob/master/build-scripts/build-with-cabal.sh |
2021-12-05 15:13:37 +0100 | <desantra> | Seems to be working for me with just `cabal build xmonad-sky` as the build script |
2021-12-05 15:15:16 +0100 | <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 15:15:56 +0100 | <desantra> | Here is my config: https://bpa.st/AUXQ |
2021-12-05 15:19:58 +0100 | <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 15:51:26 +0100 | desantra | (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
2021-12-05 16:42:59 +0100 | desantra | (~skykanin@user/skykanin) |
2021-12-05 16:54:56 +0100 | qbt | (~qbt@user/edun) (Quit: Leaving.) |
2021-12-05 16:55:06 +0100 | qbt | (~qbt@user/edun) |
2021-12-05 17:16:47 +0100 | seschwar | (~seschwar@user/seschwar) |
2021-12-05 17:22:49 +0100 | qbt | (~qbt@user/edun) (Quit: Leaving.) |
2021-12-05 17:25:50 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) |
2021-12-05 17:38:51 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) (Quit: Client closed) |
2021-12-05 17:54:18 +0100 | desantra | (~skykanin@user/skykanin) (Read error: Connection reset by peer) |
2021-12-05 18:01:51 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) |
2021-12-05 18:11:23 +0100 | <kento> | I am trying to write a loghook to automatically bring newly focused floating windows in front of other floating windows. |
2021-12-05 18:11:23 +0100 | <kento> | https://pastebin.com/zsFT0V77 |
2021-12-05 18:11:24 +0100 | <kento> | This doesn't do what I want, any tips? |
2021-12-05 18:28:09 +0100 | kento | (~kento@089144204185.atnat0013.highway.webapn.at) (Ping timeout: 256 seconds) |
2021-12-05 18:52:27 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving) |
2021-12-05 19:34:05 +0100 | ex | (~exordiri@user/wpops) (Changing host) |
2021-12-05 19:34:05 +0100 | ex | (~exordiri@user/exordiri) |
2021-12-05 19:38:10 +0100 | ex | (~exordiri@user/exordiri) (Leaving) |
2021-12-05 19:40:06 +0100 | exordiri | (~ex@user/exordiri) |
2021-12-05 19:49:58 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) |
2021-12-05 20:02:53 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
2021-12-05 20:11:07 +0100 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
2021-12-05 20:11:26 +0100 | mc47 | (~mc47@xmonad/TheMC47) |
2021-12-05 20:11:51 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) |
2021-12-05 20:21:09 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2021-12-05 20:37:44 +0100 | twiclo1 | (~twiclo@mail.twil.cx) |
2021-12-05 20:38:13 +0100 | <twiclo1> | What user runs the commands spawned by your keyboard shortcuts? |
2021-12-05 20:54:52 +0100 | <MrElendig> | generally you |
2021-12-05 20:55:05 +0100 | <MrElendig> | (context missing) |
2021-12-05 20:57:46 +0100 | <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 21:00:36 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
2021-12-05 21:03:54 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) |
2021-12-05 21:07:53 +0100 | twiclo1 | (~twiclo@mail.twil.cx) (Ping timeout: 252 seconds) |
2021-12-05 21:12:33 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) (Quit: Client closed) |
2021-12-05 22:04:51 +0100 | kento | (~kento@80-108-204-200.cable.dynamic.surfer.at) |
2021-12-05 22:21:00 +0100 | cjb | (~cjb@user/cjb) |
2021-12-05 22:37:51 +0100 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
2021-12-05 22:41:04 +0100 | humky | (~humky@user/humky) |
2021-12-05 23:04:15 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-12-05 23:05:56 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-12-05 23:08:50 +0100 | obimod | (~obimod@gateway/vpn/pia/obimod) |
2021-12-05 23:31:26 +0100 | ectospasm | (~ectospasm@user/ectospasm) (Quit: WeeChat 3.3) |
2021-12-05 23:31:45 +0100 | ectospasm | (~ectospasm@user/ectospasm) |