Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,306 events total
2025-03-06 17:38:22 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2025-03-06 17:58:00 julie_pilgrim joins (~julie_pil@user/julie-pilgrim/x-1240752)
2025-03-06 18:04:13 ft joins (~ft@p3e9bc68d.dip0.t-ipconnect.de)
2025-03-06 18:22:30 × julie_pilgrim quits (~julie_pil@user/julie-pilgrim/x-1240752) (Ping timeout: 240 seconds)
2025-03-06 18:45:29 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-03-06 20:06:13 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2025-03-06 20:26:06 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-03-06 23:50:03 × ft quits (~ft@p3e9bc68d.dip0.t-ipconnect.de) (Ping timeout: 265 seconds)
2025-03-06 23:56:30 ft joins (~ft@p508db291.dip0.t-ipconnect.de)
2025-03-07 00:32:56 × deepy quits (deepy@user/deepy) (Ping timeout: 244 seconds)
2025-03-07 01:03:22 × haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2025-03-07 01:07:24 haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com)
2025-03-07 01:14:57 <haskellbridge> <leana8959> Are there some elegant way to write a "ManageHook" that inserts a new window conditionally above or below, similar to "insertPosition" in xmonad-contrib?
2025-03-07 01:14:59 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/KlQYuThTveAIxAhkPPwEMITb/BLhzykEpiY8 (6 lines)
2025-03-07 01:16:18 <haskellbridge> <leana8959> * 2.
2025-03-07 01:18:47 <geekosaur> correct, if you inspect the StackSet from the manageHook (use liftX) you won't see the new window, because the manageHook is run as part of building an updated StackSet
2025-03-07 01:20:18 <geekosaur> but everything in the manageHook is a function which is passed the StackSet that's being built and returns a modified version (in the type, this is `Endo WindowSet`)
2025-03-07 01:24:41 <haskellbridge> <leana8959> Yeah, so I suppose I have do to the decision (whether above or below) and the shifting in one go, meaning that I can't reuse the code of "insertPosition" ?
2025-03-07 01:24:56 <haskellbridge> <leana8959> I'll figure that out tomorrow, it's kinda late. Thank you :)
2025-03-07 01:31:24 <Leary> leana8959: `Query` is a `Monad`; you can write e.g. `do { n <- numWindows; insertPosition Newer (if n <= 1 then Above else Below) }`.
2025-03-07 01:57:58 × Leary quits (~Leary@user/Leary/x-0910699) (Remote host closed the connection)
2025-03-07 02:11:52 Leary joins (~Leary@user/Leary/x-0910699)
2025-03-07 06:26:30 × ft quits (~ft@p508db291.dip0.t-ipconnect.de) (Quit: leaving)
2025-03-07 07:24:28 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2025-03-07 07:29:38 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
2025-03-07 07:31:16 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 07:35:24 × edog quits (~edog@alcotrash.org) (Ping timeout: 260 seconds)
2025-03-07 07:35:39 edog joins (~edog@alcotrash.org)
2025-03-07 08:04:35 × catman quits (~catman@user/catman) (Quit: WeeChat 4.5.2)
2025-03-07 08:06:55 catman joins (~catman@user/catman)
2025-03-07 08:09:55 mc47 joins (~yecinem@p200300ee0f03e4d51c11c8d951bebe9d.dip0.t-ipconnect.de)
2025-03-07 09:26:13 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 248 seconds)
2025-03-07 09:29:19 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2025-03-07 09:35:17 <haskellbridge> <leana8959> Leary: That is true, so I shall query the X monad within "Query" myself then (since "Query" is "Query (ReaderT Window X a)"?
2025-03-07 09:38:46 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Remote host closed the connection)
2025-03-07 09:53:14 × edog quits (~edog@alcotrash.org) (Ping timeout: 252 seconds)
2025-03-07 09:59:33 edog joins (~edog@alcotrash.org)
2025-03-07 10:06:33 <Leary> leana8959: Yes, just use `liftX :: X a -> Query a`.
2025-03-07 10:59:26 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2025-03-07 11:03:59 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 252 seconds)
2025-03-07 11:19:46 ^Dan joins (~xxx@89.136.142.218)
2025-03-07 11:30:46 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
2025-03-07 11:30:46 × ^Dan quits (~xxx@89.136.142.218) (Remote host closed the connection)
2025-03-07 11:31:37 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2025-03-07 11:57:09 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
2025-03-07 11:57:35 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2025-03-07 14:04:08 × todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2025-03-07 14:06:25 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2025-03-07 15:28:21 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 252 seconds)
2025-03-07 15:33:56 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 15:48:14 ft joins (~ft@p508db291.dip0.t-ipconnect.de)
2025-03-07 15:53:18 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 252 seconds)
2025-03-07 16:36:05 × mc47 quits (~yecinem@p200300ee0f03e4d51c11c8d951bebe9d.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2025-03-07 17:04:25 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 17:20:49 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 268 seconds)
2025-03-07 17:22:34 beastwick joins (~brian@pool-74-102-103-193.nwrknj.fios.verizon.net)
2025-03-07 17:22:34 × beastwick quits (~brian@pool-74-102-103-193.nwrknj.fios.verizon.net) (Changing host)
2025-03-07 17:22:34 beastwick joins (~brian@user/beastwick)
2025-03-07 18:06:50 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 18:26:12 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 252 seconds)
2025-03-07 18:30:57 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 18:39:14 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 248 seconds)
2025-03-07 18:57:07 redgloboli joins (~redglobol@user/redgloboli)
2025-03-07 19:06:43 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-07 19:06:58 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Client Quit)
2025-03-07 22:28:49 × haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2025-03-07 22:36:17 haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com)
2025-03-08 00:44:35 mvk joins (~mvk@2607:fea8:5c96:5800::285e)
2025-03-08 00:45:05 × mvk quits (~mvk@2607:fea8:5c96:5800::285e) (Client Quit)
2025-03-08 07:32:49 Digitteknohippie joins (~user@user/digit)
2025-03-08 07:35:09 × Digit quits (~user@user/digit) (Ping timeout: 246 seconds)
2025-03-08 08:45:38 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-08 09:00:53 hiecaq joins (~hiecaq@user/hiecaq)
2025-03-08 09:32:04 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Quit: ash3en)
2025-03-08 09:53:21 × Digitteknohippie quits (~user@user/digit) (Ping timeout: 248 seconds)
2025-03-08 10:51:49 × catman quits (~catman@user/catman) (Quit: WeeChat 4.5.2)
2025-03-08 10:54:04 catman joins (~catman@user/catman)
2025-03-08 12:22:10 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-08 12:26:11 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Client Quit)
2025-03-08 12:42:19 Digitteknohippie joins (~user@user/digit)
2025-03-08 12:46:05 Digitteknohippie is now known as Digit
2025-03-08 16:59:21 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-08 17:01:12 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Client Quit)
2025-03-08 17:09:31 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-08 17:39:49 × haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2025-03-08 17:40:24 haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com)
2025-03-08 18:01:40 <geekosaur> test
2025-03-08 18:02:12 <geekosaur> sorry, had a report the bridge wasn't working
2025-03-08 18:18:29 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Quit: ash3en)
2025-03-08 18:22:28 Forkk13 joins (~forkk@li926-228.members.linode.com)
2025-03-09 00:21:38 × todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2025-03-09 00:23:14 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2025-03-09 04:53:45 × down200 quits (~down200@shell.lug.mtu.edu) (Ping timeout: 244 seconds)
2025-03-09 05:36:35 down200 joins (~down200@shell.lug.mtu.edu)
2025-03-09 05:42:26 × down200 quits (~down200@shell.lug.mtu.edu) (Quit: ZNC - https://znc.in)
2025-03-09 05:42:51 down200 joins (~down200@shell.lug.mtu.edu)
2025-03-09 06:30:24 × down200 quits (~down200@shell.lug.mtu.edu) (Ping timeout: 260 seconds)
2025-03-09 07:31:04 down200 joins (~down200@shell.lug.mtu.edu)
2025-03-09 08:25:51 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f)
2025-03-09 08:40:53 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:a683:8cb:e9a2:d46f) (Ping timeout: 248 seconds)

All times are in UTC.