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