Home liberachat/#xmonad: Logs Calendar

Logs on 2022-08-12 (liberachat/#xmonad)

00:30:02 logzet joins (~quassel@2001:9e8:e51f:4f00:dabb:c1ff:fed3:a1b9)
00:30:37 × logzet quits (~quassel@2001:9e8:e51f:4f00:dabb:c1ff:fed3:a1b9) (Remote host closed the connection)
00:33:32 × V42 quits (~V42@eth-west-pareq2-46-193-4-100.wb.wifirst.net) (Ping timeout: 252 seconds)
01:37:06 × catman quits (~catman@user/catman) (Ping timeout: 268 seconds)
01:38:33 catman joins (~catman@user/catman)
01:59:17 × catman quits (~catman@user/catman) (Ping timeout: 268 seconds)
02:01:10 catman joins (~catman@user/catman)
02:03:00 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
02:23:41 banc joins (banc@gateway/vpn/airvpn/banc)
02:26:47 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
02:30:05 × td_ quits (~td@94.134.91.58) (Ping timeout: 252 seconds)
02:32:06 td_ joins (~td@muedsl-82-207-238-237.citykom.de)
03:00:02 × haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
03:01:21 haasn joins (~nand@haasn.dev)
03:03:49 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 252 seconds)
03:05:52 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
03:43:20 × Hash quits (~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Remote host closed the connection)
03:55:48 Hash joins (~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
05:56:08 hrberg joins (~quassel@171.79-160-161.customer.lyse.net)
06:36:50 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.5)
06:45:53 sogens joins (~sogens@211.30.173.20)
06:53:13 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:e515:c8d5:9938:b1b6)
07:03:56 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:e515:c8d5:9938:b1b6) (Ping timeout: 268 seconds)
07:37:53 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
08:06:40 sogens joins (~sogens@211.30.173.20)
08:15:19 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
08:23:03 mc47 joins (~mc47@xmonad/TheMC47)
08:29:38 sogens joins (~sogens@gateway/vpn/pia/sogens)
08:41:24 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.5)
08:42:35 sogens joins (~sogens@211.30.173.20)
08:43:48 sogens2 joins (~sogens@gateway/vpn/pia/sogens)
08:44:17 thunderrd joins (~thunderrd@183.182.110.20)
08:47:23 × sogens quits (~sogens@211.30.173.20) (Ping timeout: 252 seconds)
09:00:26 × lambdadelta-[m]1 quits (~lambdadel@2001:470:69fc:105::2:44c7) (Quit: You have been kicked for being idle)
09:22:00 benin0 joins (~benin@183.82.31.108)
10:04:16 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:38ea:666e:63fd:fbc3)
10:23:07 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:38ea:666e:63fd:fbc3) (Ping timeout: 268 seconds)
10:30:51 × haskl quits (~haskl@user/haskl) (Read error: Connection reset by peer)
10:32:42 Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de)
10:33:10 haskl joins (~haskl@user/haskl)
10:35:27 <Jade1> Hello! I currently mainly use a master and stack layout. I binded my `M-S-l` and `M-S-r` to resizing it. My problem is that I want to have this be conditional on the layout. When it is Master left and and stack right I want it to be L/R and when it's Master top and stack bottom I want it to be U/D
10:35:44 <Jade1> is it possible to make keybinds conditional on current state?
10:40:00 <vrs> sounds easier to make the function called by the keybind depend on current state
10:40:34 <Jade1> yeah that's what I mean but I'm not sure about how to achieve it
10:41:38 <vrs> last time I tried, getting layout state specifically was pretty annoying, but layouts in general are the part of xmonad I understand least
10:42:15 <Lears> Jade1: We have X.A.PerLayoutKeys if your xmonad is new enough. Otherwise, you can just copy the source for the module; it's really small anyway.
10:42:52 <vrs> I have something to get a printable layout name that looks like this: do layout <- gets (W.layout . W.workspace . W.current . windowset); [..] let lname = head $ words $ description layout; [...]
10:43:15 <Jade1> Thanks!
10:43:19 <Jade1> I have 17 I think
10:43:26 <Jade1> 0.17.0
10:53:19 <Jade1> Lears: I can't find this module on hackage
10:55:25 <Solid> Jade1: I believe this is only available in git at the moment
10:55:37 <Solid> probably best to just copy the module if you're on 0.17.0
10:57:26 <Jade1> alright!
10:57:47 <Jade1> How do I properly do that
10:57:51 <Jade1> where do I place it
10:59:58 <Lears> It depends on how exactly your xmonad config is built. Normally, you'd put it in lib/XMonad/Actions/PerLayoutKeys.hs, where lib is in the same directory as xmonad.hs.
11:00:25 <Solid> (probably easiest to create lib/PerLayoutKeys.hs and rename the module)
11:17:51 <Jade1> hm ok
11:18:24 alternateved joins (~user@staticline-31-183-149-36.toya.net.pl)
11:40:18 × Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed)
11:43:36 Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de)
11:44:28 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:454b:92f1:2a92:b402)
12:04:54 × Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed)
12:11:24 benin04 joins (~benin@2401:4900:2325:5674:b133:d14b:76b3:3d8)
12:13:37 × benin0 quits (~benin@183.82.31.108) (Ping timeout: 268 seconds)
12:13:37 benin04 is now known as benin0
12:17:10 benin04 joins (~benin@183.82.178.4)
12:19:32 × benin0 quits (~benin@2401:4900:2325:5674:b133:d14b:76b3:3d8) (Ping timeout: 255 seconds)
12:19:32 benin04 is now known as benin0
12:33:07 twiclo1 joins (~twiclo@mail.twil.cx)
12:38:08 × twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 268 seconds)
12:43:09 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:454b:92f1:2a92:b402) (Remote host closed the connection)
12:43:28 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:41c2:c97c:1364:63b1)
13:06:28 × sogens2 quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.5)
13:07:31 sogens joins (~sogens@211.30.173.20)
13:15:30 × alternateved quits (~user@staticline-31-183-149-36.toya.net.pl) (Remote host closed the connection)
13:23:23 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
13:23:40 sogens joins (~sogens@211.30.173.20)
14:05:56 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
14:14:31 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
14:14:36 × catman quits (~catman@user/catman) (Quit: WeeChat 3.6)
14:15:31 × amenonsen quits (~amenonsen@pitta.toroid.org) (Remote host closed the connection)
14:15:56 amenonsen joins (~amenonsen@pitta.toroid.org)
14:19:54 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:41c2:c97c:1364:63b1) (Ping timeout: 264 seconds)
14:29:35 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
14:29:53 sogens joins (~sogens@211.30.173.20)
14:31:17 × sogens quits (~sogens@211.30.173.20) (Client Quit)
14:32:29 sogens joins (~sogens@211.30.173.20)
14:35:04 × sogens quits (~sogens@211.30.173.20) (Client Quit)
14:35:21 sogens joins (~sogens@211.30.173.20)
14:38:32 × sogens quits (~sogens@211.30.173.20) (Client Quit)
14:38:49 sogens joins (~sogens@211.30.173.20)
14:59:53 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:8ebc:7ad0:4cb3:bd5d)
15:35:04 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
16:04:12 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Read error: Connection reset by peer)
16:08:02 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
16:08:19 sogens joins (~sogens@211.30.173.20)
16:09:37 × sogens quits (~sogens@211.30.173.20) (Client Quit)
16:09:43 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
16:10:37 sogens joins (~sogens@gateway/vpn/pia/sogens)
16:11:24 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Client Quit)
16:12:44 sogens joins (~sogens@211.30.173.20)
16:14:12 × sogens quits (~sogens@211.30.173.20) (Client Quit)
16:14:28 sogens joins (~sogens@211.30.173.20)
16:22:39 × benin0 quits (~benin@183.82.178.4) (Quit: The Lounge - https://thelounge.chat)
16:28:41 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
16:28:58 sogens joins (~sogens@211.30.173.20)
16:51:16 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
17:46:35 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
17:46:52 sogens joins (~sogens@211.30.173.20)
18:24:14 alternateved joins (~user@staticline-31-183-149-36.toya.net.pl)
18:35:51 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
18:51:26 sogens joins (~sogens@211.30.173.20)
19:13:23 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
19:52:36 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-git-unknown - https://znc.in)
19:52:55 zawaken joins (~zawaken@user/zawaken)
19:53:39 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
20:16:40 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-git-unknown - https://znc.in)
20:29:01 zawaken joins (~zawaken@user/zawaken)
20:29:19 sogens joins (~sogens@211.30.173.20)
20:33:35 × zawaken quits (~zawaken@user/zawaken) (Ping timeout: 268 seconds)
20:52:32 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer)
20:52:32 × xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Read error: Connection reset by peer)
20:53:28 × sogens quits (~sogens@211.30.173.20) (Ping timeout: 268 seconds)
20:54:56 sogens joins (~sogens@211.30.173.20)
20:59:17 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
21:03:15 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
21:14:44 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
21:14:44 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
21:14:44 xmonadtrack joins (~xmonadtra@xmonad/geekosaur)
21:15:13 <isaacthekind[m]> hey everyone. so i successfully got xmonad running on the laptop with full lsp support in nvim with the help of some aweome people in here. i'm now setting it up in the main machine and i can't get something working. i have full lsp support, i'm able to run cabal build, but for some reason xmonad is not using my config. i tried rebooting, but it still seems to be using a default config or something. how can i fix this?
21:16:04 <isaacthekind[m]> i will add i notice that there is a difference after running cabal build on laptop vs pc (the error is on pc)
21:16:38 isaacthekind[m] uploaded an image: (4545KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/CVzEDpqAdaqAlQCgWZtwmWri/ima_641f78f.jpeg >
21:16:50 isaacthekind[m] uploaded an image: (4434KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/HDsbbaLsvDvvlNghrnGIZduz/ima_b87ce83.jpeg >
21:17:25 <isaacthekind[m]> i notice that on laptop there are some folders and files that aren't there on desktop.
21:17:33 <isaacthekind[m]> not sure if that helps with spotting the problem.
21:18:15 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
21:18:31 sogens joins (~sogens@211.30.173.20)
21:18:36 geekosaur joins (~geekosaur@xmonad/geekosaur)
21:18:48 × sogens quits (~sogens@211.30.173.20) (Client Quit)
21:22:00 sogens joins (~sogens@211.30.173.20)
21:26:41 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
21:29:00 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
21:29:11 <geekosaur> in both cases "build-with-cabal.sh" should be renamed "build" and then "chmod +x build" so xmonad will use it
21:29:45 <isaacthekind[m]> ohh i forgot the chmod
21:30:06 <isaacthekind[m]> i'm sorry i should have re-read
21:30:07 <isaacthekind[m]> thank you.
21:30:07 <isaacthekind[m]> before asking.
21:35:24 × chomwitt quits (~chomwitt@2a02:587:dc15:5e00:8ebc:7ad0:4cb3:bd5d) (Ping timeout: 268 seconds)
21:55:37 sogens joins (~sogens@211.30.173.20)
22:00:24 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
22:08:36 geekosaur joins (~geekosaur@xmonad/geekosaur)
22:09:47 × xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Ping timeout: 268 seconds)
22:20:23 catman joins (~catman@user/catman)
22:31:04 <isaacthekind[m]> hmm, so i have changed build-with-cabal.sh to build, ran "chmod +x build", but still xmonad is not loading my config. any idea what i'm missing?
22:31:27 isaacthekind[m] uploaded an image: (4358KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/uecYgwxZjvJRwWWrsMjEJdHS/ima_b520d15.jpeg >
22:33:52 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
22:33:52 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
22:33:52 xmonadtrack joins (~xmonadtra@xmonad/geekosaur)
22:35:36 <geekosaur> what if anything is in xmonad.errors?
22:37:29 <isaacthekind[m]> nothing
22:37:43 <geekosaur> also, see if `xmonad --recompile` does anything
22:39:07 <isaacthekind[m]> oh yeah this is messed up
22:39:17 isaacthekind[m] uploaded an image: (4331KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/AubBAFgmpywLmPdZAACBZwlX/ima_d7062a5.jpeg >
22:40:11 <isaacthekind[m]> the lsp is not showing any missing packages.. but it's saying it's not finding xmonad??
22:40:21 <geekosaur> that says you have a stack.yaml but your previous screenshot didn't show one?
22:40:51 <isaacthekind[m]> there is not one, and there never was
22:40:55 <isaacthekind[m]> so that's very weird
22:40:57 <geekosaur> hrm
22:41:02 <isaacthekind[m]> i always use cabal
22:41:35 <isaacthekind[m]> i will also add
22:41:35 <geekosaur> oh wait, that's the tail end of a "neither … exists" message that's being cut off
22:41:46 <geekosaur> so it's not using the build script
22:41:53 <geekosaur> did you do the chmod +x on it?
22:42:45 <isaacthekind[m]> yeah i was doing something dumb sorry. now this is the output
22:43:05 isaacthekind[m] uploaded an image: (3793KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/LWkKyAKbKsfbNNbsnrlabCoP/ima_6a25952.jpeg >
22:43:55 <isaacthekind[m]> also i want to add, on laptop i never changed name or build script, yet everything works
22:44:10 <isaacthekind[m]> s/or/of/
22:47:31 <geekosaur> that implies you used "cabal install --lib", but if you do that HLS can't find xmonad or xmonad-contrib
22:48:03 <geekosaur> you need the build script and a full cabal or stack setup for HLS to be able to find its butt
22:48:29 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
22:50:16 <isaacthekind[m]> this is my current cabal
22:50:27 isaacthekind[m] uploaded an image: (4522KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/tHoYTKflwaQErbVwnrQOBXNC/ima_d52f193.jpeg >
22:51:00 <isaacthekind[m]> and the build script is unaltered save for the name and the chmod
22:56:02 × xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Ping timeout: 268 seconds)
22:56:21 geekosaur joins (~geekosaur@xmonad/geekosaur)
22:57:00 <geekosaur> sorry, between trying to make dinner and my router suddenly deciding to throw fits I'm having trouble keeping up with this
22:59:53 <isaacthekind[m]> that's ok. i appreciate the help. if anyone else might know how to fix this that would be really good.
23:00:29 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
23:01:44 <isaacthekind[m]> it seems like it's complaining about the absence of the binary file xmonad-x86_64-linux
23:01:56 <isaacthekind[m]> and i can see that file exists on my laptop but not on my pc.
23:02:10 <isaacthekind[m]> i'm just not really understanding why this is the case.
23:03:20 × hrberg quits (~quassel@171.79-160-161.customer.lyse.net) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
23:14:21 geekosaur joins (~geekosaur@xmonad/geekosaur)
23:15:39 <geekosaur> because it's not able to compile your settings
23:16:10 <geekosaur> let me ask you this: how badly do you want HLS to work on your xmonad config?
23:16:33 <isaacthekind[m]> i'd say extremely.
23:16:55 jkadev joins (~user@206.62.170.243)
23:17:14 <geekosaur> so you can't use cabal install --lib. you need to figure out why the build script isn't being recognized
23:17:28 <geekosaur> unfortnately that information has scrolled off your screen
23:18:24 <isaacthekind[m]> i don't think i ever used cabal install --lib, so i'm kinda confused
23:18:27 <geekosaur> (I have no idea how much longer this will work, I don't think I trust my router to not crash again)
23:18:53 <isaacthekind[m]> that's ok, i appreciate the help you've given.
23:19:14 <isaacthekind[m]> but yeah i have not used that command, so i'm not really understanding what that would have to do with the error
23:19:50 <jkadev> hello, I have a problem with trayer it does not want to grab this color 0x282A36 I put another color and it works but with that one it is placed in black trayer
23:20:10 <isaacthekind[m]> if i try to ghci xmonad.ha i get this, idk if this helps at all:
23:20:20 isaacthekind[m] uploaded an image: (4171KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/QKHqLrtYLOfsEpBFHCOKWYwV/ima_8877480.jpeg >
23:20:34 <isaacthekind[m]> s/ha/he/
23:20:55 <isaacthekind[m]> s/ha/hs/
23:21:05 <geekosaur> if xmonad was building before, then you used either cabal install --lib or cabal v1-install (which might have been cabal install with an older version of cabal)
23:21:21 <geekosaur> either way HLS won't find things
23:22:16 <isaacthekind[m]> hm ok. i don't think i ever used that command. maybe i'm misremembering.
23:22:29 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
23:22:35 <isaacthekind[m]> i guess i just wanna know what kinda things i can do to solve this error.
23:22:54 <isaacthekind[m]> i don't really have enough insight into xmonad or haskell to guess.
23:23:49 geekosaur joins (~geekosaur@xmonad/geekosaur)
23:23:59 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
23:27:02 <geekosaur[m]> Did you have xmonad installed via distribution packages?
23:27:35 × jkadev quits (~user@206.62.170.243) (Quit: ERC 5.4 (IRC client for GNU Emacs 28.1))
23:28:32 <geekosaur[m]> I don't think that works with HLS either
23:29:04 <geekosaur[m]> You need a local install via cabal or stack
23:29:10 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
23:29:10 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
23:29:11 xmonadtrack joins (~xmonadtra@xmonad/geekosaur)
23:29:18 <isaacthekind[m]> oh ok so
23:29:30 <isaacthekind[m]> i used pacman
23:29:43 <isaacthekind[m]> i know the xmonad site has some install stuff on it
23:29:55 <isaacthekind[m]> should i rebuild everything that way try again
23:30:31 × alternateved quits (~user@staticline-31-183-149-36.toya.net.pl) (Remote host closed the connection)
23:34:16 × xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Ping timeout: 268 seconds)
23:40:23 <geekosaur[m]> The cabal stuff should do that automatically, but isn't for some reason. We need to find out why the build script isn't being used, but that information keeps scrolling off screen
23:41:55 <isaacthekind[m]> what info is it that we need to get on screen here. the output of "cabal build"?
23:47:15 <geekosaur[m]> And my router is still crashing after a few minutes 😭
23:47:46 <geekosaur[m]> So I'm trying to do this on my phone
23:49:14 <geekosaur[m]> Run: xmonad --recompile >xmonad.log 2>&1
23:50:00 <geekosaur[m]> It won't display anything because all output will go to xmonad.log
23:50:19 <isaacthekind[m]> yup
23:50:21 <isaacthekind[m]> i'm getting the log one min
23:50:32 isaacthekind[m] uploaded an image: (4480KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/cBwjpzRsnwqOwVLQRRiapJhm/ima_d10d4ff.jpeg >
23:50:40 <isaacthekind[m]> you're crazy to do this on phone with failing router haha
23:51:28 zawaken joins (~zawaken@user/zawaken)
23:51:43 twiclo1 joins (~twiclo@mail.twil.cx)
23:52:09 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 268 seconds)
23:55:45 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
23:55:45 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
23:55:45 xmonadtrack joins (~xmonadtra@xmonad/geekosaur)

All times are in UTC on 2022-08-12.