2026/01/05

Newest at the top

2026-01-05 05:08:51 +0100lambdabot(~lambdabot@haskell/bot/lambdabot) lambdabot
2026-01-05 05:06:23 +0100lambdabot(~lambdabot@haskell/bot/lambdabot) (Ping timeout: 246 seconds)
2026-01-05 05:04:13 +0100mkoskar(mkoskar@user/mkoskar) mkoskar
2026-01-05 05:03:08 +0100mkoskar(mkoskar@user/mkoskar) (Ping timeout: 240 seconds)
2026-01-05 04:57:05 +0100terrorjack(~terrorjac@2a01:4f8:c17:9d11::) terrorjack
2026-01-05 04:51:13 +0100mkoskar(mkoskar@user/mkoskar) mkoskar
2026-01-05 04:50:40 +0100byorgey(~byorgey@user/byorgey) (Ping timeout: 246 seconds)
2026-01-05 04:50:40 +0100elarks(~elarks@user/yerrii) (Ping timeout: 246 seconds)
2026-01-05 04:50:40 +0100Aminautf_(~Aminautf@167.172.225.175) (Ping timeout: 246 seconds)
2026-01-05 04:49:44 +0100elarks_(~elarks@user/yerrii) yerrii
2026-01-05 04:47:52 +0100Aminautf(~Aminautf@167.172.225.175) Aminautf
2026-01-05 04:44:18 +0100haskellbridge(~hackager@96.28.224.214) hackager
2026-01-05 04:42:38 +0100terrorjack(~terrorjac@2a01:4f8:c17:9d11::) (Quit: The Lounge - https://thelounge.chat)
2026-01-05 04:41:15 +0100haskellbridge(~hackager@96.28.224.214) (Ping timeout: 240 seconds)
2026-01-05 04:40:09 +0100mkoskar(~mkoskar@user/mkoskar) (Ping timeout: 240 seconds)
2026-01-05 04:40:08 +0100Miroboru(~myrvoll@188.113.115.67) (Ping timeout: 240 seconds)
2026-01-05 04:39:54 +0100Miroboru_(~myrvoll@188.113.115.67) Miroboru
2026-01-04 22:27:10 +0100Solitary(~Solitary@user/solitary) Solitary
2026-01-04 22:23:29 +0100Solitary(~Solitary@user/solitary) (Read error: Connection reset by peer)
2026-01-04 17:09:06 +0100mc47(~yecinem@xmonad/TheMC47) (Remote host closed the connection)
2026-01-04 16:27:29 +0100DigitteknohippieDigit
2026-01-04 16:21:07 +0100 <haskellbridge> <Solid> whoop whoop :)
2026-01-04 16:09:26 +0100mc47(~yecinem@xmonad/TheMC47) mc47
2026-01-04 15:47:43 +0100Digit(~user@user/digit) (Ping timeout: 264 seconds)
2026-01-04 15:46:55 +0100Digitteknohippie(~user@user/digit) Digit
2026-01-04 13:23:47 +0100lb9dipantsu
2026-01-04 06:39:19 +0100berberman(~berberman@user/berberman) berberman
2026-01-04 06:37:31 +0100berberman(~berberman@user/berberman) (Client Quit)
2026-01-04 06:36:50 +0100berberman(~berberman@user/berberman) berberman
2026-01-04 06:33:48 +0100berberman(~berberman@user/berberman) (Remote host closed the connection)
2026-01-04 06:33:41 +0100berberman(~berberman@user/berberman) berberman
2026-01-04 06:32:55 +0100berberman(~berberman@user/berberman) (Quit: ZNC 1.10.1 - https://znc.in)
2026-01-03 19:44:01 +0100Digit(~user@user/digit) Digit
2026-01-03 19:38:17 +0100Digit(~user@user/digit) (Remote host closed the connection)
2026-01-03 19:00:05 +0100mc47(~yecinem@xmonad/TheMC47) (Remote host closed the connection)
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 18:11:39 +0100 <mc47> Once I rebase and cleanup the code I'll open the PR
2026-01-03 18:11:22 +0100 <mc47> feels good
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 16:54:10 +0100mc47(~yecinem@xmonad/TheMC47) mc47
2026-01-03 15:11:39 +0100Miroboru(~myrvoll@188.113.115.67) Miroboru
2026-01-03 12:19:56 +0100mc47(~yecinem@xmonad/TheMC47) (Remote host closed the connection)
2026-01-03 11:03:22 +0100tv(~tv@user/tv) tv
2026-01-03 10:15:24 +0100 <haskellbridge> <Solid> It might well also be that I'm reading the spec 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: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: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 09:39:03 +0100 <mc47> am I missing something? Should I use a manageHook instead of MapNotifyEvent?
2026-01-03 09:38:46 +0100 <mc47> 2. handle ClientMessageEvent and MapNotifyEvent
2026-01-03 09:38:32 +0100 <mc47> Basically: 1. advertise support for ["_NET_WM_STATE", "_NET_WM_STATE_ABOVE", "_NET_WM_STATE_BELOW"]