2026/01/03

2026-01-03 04:25:13 +0100ml|(~ml|@user/ml/x-5298235) (Ping timeout: 264 seconds)
2026-01-03 04:39:00 +0100ml|(~ml|@user/ml/x-5298235) ml|
2026-01-03 09:32:32 +0100mc47(~yecinem@xmonad/TheMC47) mc47
2026-01-03 09:38:07 +0100 <mc47> Hey! I'm trying to add _NET_WM_STATE_{ABOVE,BELOW} support to ewmh (been trying EWW recently and I needed this). Since I didn't do anything in that module, I wanna double-check before opening a PR
2026-01-03 09:38:32 +0100 <mc47> Basically: 1. advertise support for ["_NET_WM_STATE", "_NET_WM_STATE_ABOVE", "_NET_WM_STATE_BELOW"]
2026-01-03 09:38:46 +0100 <mc47> 2. handle ClientMessageEvent and MapNotifyEvent
2026-01-03 09:39:03 +0100 <mc47> am I missing something? Should I use a manageHook instead of MapNotifyEvent?
2026-01-03 10:01:53 +0100 <haskellbridge> <Solid> Clients need to send a ClientMessage event for this anyways, right? I _think_ there should be no need to listen for MapNotify
2026-01-03 10:11:55 +0100 <mc47> I might be doing something wrong in the event then because I either need a MapNotify or a manageHook (will go with this probably) to correctly handle new windows... Or my event is wrong
2026-01-03 10:14:01 +0100 <mc47> my event looks pretty much like fullscreenEventHook' except of checking whether the window is managed. Anyways, I'll look harder at the code after getting my coffee
2026-01-03 10:15:24 +0100 <haskellbridge> <Solid> It might well also be that I'm reading the spec wrong
2026-01-03 11:03:22 +0100tv(~tv@user/tv) tv
2026-01-03 12:19:56 +0100mc47(~yecinem@xmonad/TheMC47) (Remote host closed the connection)
2026-01-03 15:11:39 +0100Miroboru(~myrvoll@188.113.115.67) Miroboru
2026-01-03 16:54:10 +0100mc47(~yecinem@xmonad/TheMC47) mc47
2026-01-03 18:11:12 +0100 <mc47> apparently EWW only sends ConfigureRequest/MapRequest for _NET_WM_STATE_{BELOW,ABOVE} (and apparently a ClientMessage to clear _NET_WM_STATE_HIDDEN) so I need the manage hook. But the ClientMessage works well on the tiny python program I wrote :D
2026-01-03 18:11:22 +0100 <mc47> feels good
2026-01-03 18:11:39 +0100 <mc47> Once I rebase and cleanup the code I'll open the PR
2026-01-03 18:12:55 +0100 <mc47> today was supposed to be fiddling with widgets and css to make my bar pretty, but it ended up with me going down a rabbit hole on events... Thanks geekosaur for XMonad.Hooks.DebugEvents!
2026-01-03 19:00:05 +0100mc47(~yecinem@xmonad/TheMC47) (Remote host closed the connection)
2026-01-03 19:38:17 +0100Digit(~user@user/digit) (Remote host closed the connection)
2026-01-03 19:44:01 +0100Digit(~user@user/digit) Digit