Logs: liberachat/#xmonad
| 2024-08-24 16:05:54 | × | ash3en quits (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) (Remote host closed the connection) |
| 2024-08-24 17:29:39 | → | ash3en joins (~Thunderbi@p200300e7b739850ded59b00f50f2d701.dip0.t-ipconnect.de) |
| 2024-08-24 18:17:57 | × | ash3en quits (~Thunderbi@p200300e7b739850ded59b00f50f2d701.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
| 2024-08-24 18:18:33 | → | ash3en joins (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) |
| 2024-08-24 18:47:54 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 2024-08-24 18:48:28 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 2024-08-24 19:04:51 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 2024-08-24 19:05:21 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 2024-08-24 19:38:59 | × | pl quits (sid98063@id-98063.helmsley.irccloud.com) (Ping timeout: 260 seconds) |
| 2024-08-24 19:41:59 | → | pl joins (sid98063@id-98063.helmsley.irccloud.com) |
| 2024-08-24 20:58:30 | × | ash3en quits (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) (Quit: ash3en) |
| 2024-08-24 20:58:48 | → | ash3en joins (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) |
| 2024-08-24 21:03:34 | × | ash3en quits (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) (Client Quit) |
| 2024-08-24 21:28:48 | → | ash3en joins (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) |
| 2024-08-24 21:41:03 | → | mekeor joins (~user@2001:a61:2430:1:79b8:e023:999b:a902) |
| 2024-08-24 21:53:09 | × | ash3en quits (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) (Quit: ash3en) |
| 2024-08-24 23:07:46 | → | ash3en joins (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) |
| 2024-08-24 23:23:10 | × | ash3en quits (~Thunderbi@2a01:c23:9184:ed00:199f:acb6:dc24:b32) (Ping timeout: 272 seconds) |
| 2024-08-24 23:23:27 | → | ash3en joins (~Thunderbi@146.70.124.138) |
| 2024-08-24 23:33:46 | <haskellbridge> | <iqubic (she/her)> Is XMonad 0.18.1 building for other people? |
| 2024-08-24 23:35:35 | <haskellbridge> | <iqubic (she/her)> https://dpaste.com/2M8JQFNZB |
| 2024-08-24 23:35:41 | <haskellbridge> | <iqubic (she/her)> I'm getting compilation errors here. |
| 2024-08-24 23:37:15 | <geekosaur> | https://github.com/xmonad/xmonad-contrib/blob/master/CHANGES.md |
| 2024-08-24 23:37:23 | <geekosaur> | second item under 0.18.1 |
| 2024-08-24 23:38:52 | <haskellbridge> | <iqubic (she/her)> Right... The issue here is that XMonad-Extras is out of date. |
| 2024-08-24 23:40:26 | <geekosaur> | ^ Solid |
| 2024-08-24 23:41:34 | <haskellbridge> | <iqubic (she/her)> Updating XMonad-Extras to 0.17.2 might fix my issues. Let's see if that works. |
| 2024-08-24 23:43:40 | <haskellbridge> | <iqubic (she/her)> geekosaur: I'd like to ask you a question on a different topic, now that I've got contrib 0.18.1 compiled. |
| 2024-08-24 23:44:21 | × | ash3en quits (~Thunderbi@146.70.124.138) (Quit: ash3en) |
| 2024-08-24 23:45:13 | <haskellbridge> | <iqubic (she/her)> XMonad.Hooks.FloatConfigureReq now exists, and provides "fixSteamFlicker :: Event -> X All", which I would like to use. However, I already have "myHandleEventHook = swallowEventHook (className =? "Alacritty") (return True)" |
| 2024-08-24 23:45:49 | <haskellbridge> | <iqubic (she/her)> Can I just use "<>" to combine those? The types work out, but I'm not sure if it will have the desired effect. |
| 2024-08-24 23:45:52 | <geekosaur> | combine them with <> |
| 2024-08-24 23:46:05 | <geekosaur> | alternately you could use a do block |
| 2024-08-24 23:46:31 | <haskellbridge> | <iqubic (she/her)> Oh, right. I see how that works. |
| 2024-08-24 23:46:40 | <geekosaur> | mm, actually no, the do block wouldn't work directly because of the Event parameter |
| 2024-08-24 23:48:34 | <haskellbridge> | <iqubic (she/her)> https://dpaste.com/GWLFMCB2D |
| 2024-08-24 23:48:37 | <haskellbridge> | <iqubic (she/her)> That works for me. |
| 2024-08-24 23:57:44 | → | todi_away joins (~todi@p57803331.dip0.t-ipconnect.de) |
| 2024-08-24 23:57:49 | × | todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2024-08-25 01:25:56 | × | mekeor quits (~user@2001:a61:2430:1:79b8:e023:999b:a902) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-08-25 01:42:21 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-25 02:09:06 | × | td_ quits (~td@i5387090D.versanet.de) (Ping timeout: 252 seconds) |
| 2024-08-25 02:10:43 | → | td_ joins (~td@i53870916.versanet.de) |
| 2024-08-25 06:10:33 | × | dysthesis quits (~dysthesis@user/dysthesis) (Quit: WeeChat 4.4.1) |
| 2024-08-25 06:50:55 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-25 07:01:17 | × | dysthesis quits (~dysthesis@user/dysthesis) (Quit: WeeChat 4.4.1) |
| 2024-08-25 07:01:29 | → | ash3en joins (~Thunderbi@146.70.124.138) |
| 2024-08-25 08:03:53 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-25 08:14:00 | → | MrElendig joins (~Urist@archlinux/op/MrElendig) |
| 2024-08-25 08:21:42 | × | dysthesis quits (~dysthesis@user/dysthesis) (Quit: WeeChat 4.4.1) |
| 2024-08-25 08:29:34 | × | ash3en quits (~Thunderbi@146.70.124.138) (Quit: ash3en) |
| 2024-08-25 09:00:09 | → | ash3en joins (~Thunderbi@146.70.124.138) |
| 2024-08-25 09:00:28 | × | ash3en quits (~Thunderbi@146.70.124.138) (Client Quit) |
| 2024-08-25 10:31:44 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) |
| 2024-08-25 10:50:10 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) (Quit: ash3en) |
| 2024-08-25 10:57:40 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) |
| 2024-08-25 11:04:18 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) (Quit: ash3en) |
| 2024-08-25 11:04:43 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) |
| 2024-08-25 11:05:29 | → | Digitteknohippie joins (~user@user/digit) |
| 2024-08-25 11:06:19 | × | Digit quits (~user@user/digit) (Ping timeout: 260 seconds) |
| 2024-08-25 11:06:28 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) (Client Quit) |
| 2024-08-25 11:06:46 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) |
| 2024-08-25 11:07:08 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) (Client Quit) |
| 2024-08-25 11:44:30 | → | mekeor joins (~user@2001:4ca0:0:f238:861d:9aef:5de5:a573) |
| 2024-08-25 12:30:14 | Digitteknohippie | is now known as Digit |
| 2024-08-25 13:43:56 | × | td_ quits (~td@i53870916.versanet.de) (Quit: waking up from the american dream ...) |
| 2024-08-25 14:43:10 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) |
| 2024-08-25 14:48:32 | → | td_ joins (~td@i53870916.versanet.de) |
| 2024-08-25 14:56:00 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:efa5:7b5b:f883:31c3) (Quit: ash3en) |
| 2024-08-25 17:20:09 | × | mekeor quits (~user@2001:4ca0:0:f238:861d:9aef:5de5:a573) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-08-25 19:18:05 | → | mekeor joins (~user@2001:a61:2430:1:79b8:e023:999b:a902) |
| 2024-08-25 21:01:39 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-25 21:19:18 | × | dysthesis quits (~dysthesis@user/dysthesis) (Remote host closed the connection) |
| 2024-08-25 21:49:15 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) |
| 2024-08-25 22:04:37 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-25 22:07:00 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) (Quit: ash3en) |
| 2024-08-25 22:07:15 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) |
| 2024-08-25 22:11:02 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) (Client Quit) |
| 2024-08-25 22:16:12 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) |
| 2024-08-25 22:40:11 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:1a49:3dad:2797:7373) (Remote host closed the connection) |
| 2024-08-25 22:40:24 | → | ash3en joins (~Thunderbi@2a02:3100:7da1:ca00:88f6:37f6:5d31:b10c) |
| 2024-08-25 22:42:44 | × | ash3en quits (~Thunderbi@2a02:3100:7da1:ca00:88f6:37f6:5d31:b10c) (Client Quit) |
| 2024-08-25 22:56:30 | × | dysthesis quits (~dysthesis@user/dysthesis) (Remote host closed the connection) |
| 2024-08-25 23:05:41 | × | mekeor quits (~user@2001:a61:2430:1:79b8:e023:999b:a902) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-08-26 00:35:34 | × | catman quits (~catman@user/catman) (Ping timeout: 244 seconds) |
| 2024-08-26 00:36:05 | → | catman joins (~catman@user/catman) |
| 2024-08-26 02:07:47 | × | td_ quits (~td@i53870916.versanet.de) (Ping timeout: 252 seconds) |
| 2024-08-26 02:09:49 | → | td_ joins (~td@i53870916.versanet.de) |
| 2024-08-26 03:54:37 | → | ChubaDuba joins (~ChubaDuba@37.112.230.50) |
| 2024-08-26 05:10:13 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-08-26 06:51:23 | × | ft quits (~ft@p4fc2a393.dip0.t-ipconnect.de) (Quit: leaving) |
| 2024-08-26 07:16:02 | × | L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out) |
| 2024-08-26 07:37:03 | → | terrorjack4 joins (~terrorjac@2a01:4f8:121:32e8::) |
| 2024-08-26 08:10:26 | → | cfricke joins (~cfricke@user/cfricke) |
| 2024-08-26 08:26:11 | <haskellbridge> | <Solid> extras needing a bump as well was a bit awkward, but at least I haven't forgotten that it exists this time :) |
| 2024-08-26 08:32:09 | × | Leary quits (~Leary@user/Leary/x-0910699) (Remote host closed the connection) |
| 2024-08-26 08:32:24 | → | Leary joins (~Leary@user/Leary/x-0910699) |
| 2024-08-26 09:01:59 | → | ash3en joins (~Thunderbi@2a02:3100:7e98:4100:89bf:d133:e52a:2d93) |
| 2024-08-26 09:14:31 | × | dysthesis quits (~dysthesis@user/dysthesis) (Ping timeout: 260 seconds) |
| 2024-08-26 10:38:43 | × | ChubaDuba quits (~ChubaDuba@37.112.230.50) (Quit: WeeChat 4.3.3) |
All times are in UTC.