Home liberachat/#xmonad: Logs Calendar

Logs on 2021-09-23 (liberachat/#xmonad)

00:02:50 × haskl quits (~haskl@user/haskl) (Ping timeout: 260 seconds)
00:24:48 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving)
00:27:03 geekosaur joins (~geekosaur@xmonad/geekosaur)
01:07:26 Irish joins (~Irishluck@162-211-34-143.bltnilaa.metronetinc.net)
01:33:37 Nahra joins (~user@static.161.95.99.88.clients.your-server.de)
01:38:06 × Irish quits (~Irishluck@162-211-34-143.bltnilaa.metronetinc.net) (Quit: WeeChat 3.1)
01:41:23 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2.1)
02:03:05 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 264 seconds)
02:13:46 × td_ quits (~td@94.134.91.222) (Ping timeout: 252 seconds)
02:15:46 td_ joins (~td@94.134.91.102)
02:19:48 <HAL[m]> <jakefromstatefar> "Which shell do you use in your..." <-
02:19:48 <HAL[m]> I have terminal="alacritty" defined in xmonad def{...}
02:20:17 <HAL[m]> HAL[m]: I'm using bash
02:21:31 banc joins (banc@gateway/vpn/airvpn/banc)
02:28:56 <HAL[m]> <jakefromstatefar> "Which shell do you use in your..." <- and I run the same command in alacritty as well, it opens all instances. whereas using spawn "command", files are opened 1 by 1.
02:28:56 <HAL[m]>
03:43:03 <jakefromstatefar> Perhaps your path differs? Check your `.profile`, etc.
03:47:42 <jakefromstatefar> s/path/`$PATH`/
04:18:25 benin036932301 joins (~benin@183.82.179.112)
04:29:46 <HAL[m]> <jakefromstatefar> "Perhaps your path differs? Check..." <- how is $PATH involved in these two cases?
06:04:18 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
07:00:35 wonko joins (~wjc@62.115.229.50)
07:09:53 × tomsmeding quits (~tomsmedin@tomsmeding.com) (Quit: ZNC 1.8.2 - https://znc.in)
07:10:44 cfricke joins (~cfricke@user/cfricke)
07:15:57 tomsmeding joins (~tomsmedin@tomsmeding.com)
07:43:46 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 252 seconds)
08:17:44 allbery_b joins (~geekosaur@xmonad/geekosaur)
08:17:44 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
08:17:47 allbery_b is now known as geekosaur
08:39:56 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
09:03:38 × benin036932301 quits (~benin@183.82.179.112) (Ping timeout: 252 seconds)
09:26:04 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 252 seconds)
09:28:12 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
09:58:26 × wonko quits (~wjc@62.115.229.50) (Changing host)
09:58:26 wonko joins (~wjc@user/wonko)
10:05:16 mc47 joins (~mc47@xmonad/TheMC47)
10:06:42 × thunderrd quits (~thunderrd@183.182.110.194) (Ping timeout: 260 seconds)
10:28:19 thunderrd joins (~thunderrd@183.182.114.106)
10:38:14 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 252 seconds)
11:08:38 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
11:38:53 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2.1)
12:35:16 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 252 seconds)
12:37:55 HabibKhan[m] joins (~habibkhan@2001:470:69fc:105::ffec)
12:37:56 HabibKhan[m] parts (~habibkhan@2001:470:69fc:105::ffec) ()
13:23:06 cfricke joins (~cfricke@user/cfricke)
13:24:18 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
13:24:43 geekosaur joins (~geekosaur@xmonad/geekosaur)
13:49:33 byorgey joins (~byorgey@155.138.238.211)
14:05:52 × electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.2.1)
14:55:17 eezo[m] joins (~eezomatri@2001:470:69fc:105::1:7)
14:56:06 <eezo[m]> ok, so one thing that's been bugging me....what is a PP? What does that stand for?
14:56:30 <eezo[m]> I understand it's some kind of a logging/communication thing with external [to xmonad] apps
14:56:47 <mc47> Pretty Printer
14:57:39 <eezo[m]> so, they're formatters so that data can be more easily parsed by an external application?
14:57:40 <eezo[m]> more or less?
14:57:46 <geekosaur> yes
14:57:55 <mc47> yeah kinda
14:58:09 <geekosaur> they tell DynamicLog how to format xmonad state for use by external programs, and how to send the result to those programs
14:58:46 <mc47> it's basically a data structure that contains functions on how to format the xmonad state and how to send it out
14:58:48 <mc47> more or less
15:01:31 <eezo[m]> ok, that makes a lot of sense. Right now, I'm on Xubuntu, having replaced xfwm with xmonad. Since this is a work computer (well, it's my machine, but I'm using it for work) - I needed a way to get into xmonad without a 500 line config, but still learn xmonad config gradually. So my config right now is <80loc, and (almost) everything _just works_. volume, mute, media keys - I didn't have to go into the keybindings myself since xfce and
15:01:32 <eezo[m]> `XMonad.Config.Xfce` took care of that.
15:01:32 <eezo[m]> That said, I probably want to replace `xfce4-panel` at some point. It works fine, but xmobar (or idk, maybe another bar? Haven't explored it that much) would likely be a better fit long-term.
15:02:11 <mc47> It depends on what you want tbh
15:02:15 <eezo[m]> so kudos to whoever wrote the Xfce config, and the docs. It really does _just work_ (though login and getting the panel & wm to start/replace/restart just right seems to take some finagling)
15:02:43 <geekosaur> yeh, it kept changing
15:03:05 <geekosaur> mate was the same way and for a while I had to run the change command multiple times and hope one of them took
15:03:11 × wonko quits (~wjc@user/wonko) (Ping timeout: 265 seconds)
15:03:44 seschwar joins (~seschwar@user/seschwar)
15:03:53 <geekosaur> that said, you can build xmonad-log-applet for xfce4-panel, keep the panel, and still use DynamicLog / StatusBar
15:04:03 <geekosaur> it just takes some work since it has to be fed via dbus
15:05:39 <geekosaur> this would however make it much easier to, say, integrate a notification area with xmonad status
15:05:45 <eezo[m]> which brings to mind - what is the communication channel with xmobar? stdin? dbus? unix socket (seems overkill)?
15:06:06 <geekosaur> stdin via a pipe in released xmonad, an X11 property in git
15:06:54 <geekosaur> (the old mechanism meant that if you forgot to configure StdinReader or did it improperly, xmonad would eventually hang)
15:06:55 <eezo[m]> ok, so that would mean that if you use `spawnOnce` to open up xmonad, you can't really communicate with it state-wise, right?
15:07:20 <eezo[m]> (previous attempt at this wasn't in xfce and was much more barebones, experimenting with xmobar etc)
15:07:29 <geekosaur> spawnOnce would work with properties but not with a pipe
15:07:54 <geekosaur> xmobar has actually had support for props for several years, we just didn't use it by default
15:09:50 <eezo[m]> >stdin via a pipe in released xmonad, an X11 property in git
15:09:50 <eezo[m]> so this is a fairly new thing? I installed xmonad via apt in xubuntu
15:10:09 <geekosaur> xubuntu won't have the default-via-props stuff yet
15:10:13 <eezo[m]> I'll have to do some research on what x11 properties are. Not familiar with the concept
15:10:59 <geekosaur> you can take a look at https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Hooks/StatusBar.hs to see the new stuff
15:11:34 <geekosaur> an X11 property is just a chunk of data the server holds onto that any client can set or query, although most often there's one setter ad multiple getters
15:12:22 <geekosaur> since they live in te server they're relatively expensive, but not much more so than a pipe since the server connection is a local tcp socket anyway
15:12:35 <geekosaur> er, local unix socket
15:13:00 <geekosaur> they can hold data of multiple types, but we're using UTF8_STRING
15:13:04 <mc47> (this might be a bit better to read through, if you don't want to look at the code https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Hooks-StatusBar.html)
15:13:30 <eezo[m]> ah, that helps. My ability to read Haskell is still a WIP
15:14:12 <geekosaur> you can also use the xprop command to inspect properties on any window including the root window (which is kinda the "global namespace" for properties)
15:14:32 <eezo[m]> I've been wanting to for > 3 years, but I keep trying and then rage-quitting because it's so different - even though I embrace emphatically most of its FP design (I use the `fp-ts` as much as I can in my typescript day job)
15:20:28 wonko joins (~wjc@62.115.229.50)
15:21:34 <vojjvoda[m]> <unclechu> "војвода what bar are you using?" <- xmobar
15:32:02 <mc47> eezo[m] the logo of fp-ts is one of the most creative logos I've ever seen, it had me chuckle audibly :D
15:32:14 <mc47> brilliant
15:34:15 <Solid> the desktop configs to less than most people think, I'd imagine
15:34:23 <Solid> but it's nice to hear that the integration with xfce is so seemless
15:34:39 <eezo[m]> yeah, the logo's pretty great. The concepts I think were modeled somewhat after Haskell, somewhat after PureScript, and somewhat after Scala. A pretty interesting mix - and he's got a whole ecosystem of corelated libs (I'm using `parser-ts` to make a DSL in my day job too)
15:36:47 <eezo[m]> Solid: I know in my previous non-xfce config, I had trouble for example unmuting due to pulseaudio oddities - I could change volume, change playback device, and mute, all just fine. That wasn't too bad. Unmute was a problem (workaround: turn the volume back up on my media knob on my keyboard, lol)
15:37:08 <Solid> s/to/do/
15:41:51 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 265 seconds)
15:43:47 <eezo[m]> [looking at the code for xfce config] huh, I guess xfce is grabbing media keys before xmonad even gets to them? interesting
15:44:26 <geekosaur> likely. watch especially for stuff grabbed by panel applets
15:44:46 <geekosaur> there's usually a panel or applet knob to disable this
15:45:21 <geekosaur> like I always have to tweak mate to let go of mod4 because the menu applet grabs it by default
15:45:30 <eezo[m]> hmm, maybe next time I log in and xfce4-panel fails to load properly (looking in htop to see if it's dead or just not showing) I'll try out my media keys to see what happens
15:46:18 <eezo[m]> ah. Yeah, with vanilla xfce, not using mod4 to open the "start menu" thing had always been kinda frustrating, but with xmonad, it's a pretty nice thing
15:46:39 <eezo[m]> and it's so easy to just delete keybindings in xfce settings
15:53:11 <eezo[m]> now, if only I could get the Android emulator to behave like a _sane_ application in xmonad. It was worse before, but with my xfce environment, the little "helper menu" thing next to it glitches the whole WM (even element.io, right now, on a completely different workspace, has its active window border flickering about once every few seconds)
15:56:32 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
16:02:07 × eezo[m] quits (~eezomatri@2001:470:69fc:105::1:7) (Remote host closed the connection)
16:02:07 × jceb[m] quits (~jcebmatri@2001:470:69fc:105::1396) (Remote host closed the connection)
16:02:08 × M-elo-[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Remote host closed the connection)
16:02:08 × MatrixTravelerbo quits (~voyagert2@2001:470:69fc:105::22) (Read error: Connection reset by peer)
16:02:08 × Drishal[m] quits (~drishalma@2001:470:69fc:105::a36) (Write error: Connection reset by peer)
16:02:08 × VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Write error: Connection reset by peer)
16:02:08 × TheWizardTower[m quits (~thewizard@2001:470:69fc:105::a5b) (Remote host closed the connection)
16:02:09 × AlejandroHernand quits (~blazingsk@2001:470:69fc:105::eee1) (Remote host closed the connection)
16:02:09 × diaspora[m] quits (~diasporae@2001:470:69fc:105::93e) (Remote host closed the connection)
16:02:09 × Industrial[m] quits (~industria@2001:470:69fc:105::eb9) (Read error: Connection reset by peer)
16:02:09 × Alee[m] quits (~alee1449m@2001:470:69fc:105::6d38) (Write error: Connection reset by peer)
16:02:09 × HaiderMirza[m] quits (~haidermir@2001:470:69fc:105::e7ba) (Read error: Connection reset by peer)
16:02:09 × irishlucklinux[m quits (~irishluck@2001:470:69fc:105::3818) (Read error: Connection reset by peer)
16:02:10 × jakefromstatefar quits (~jakefroms@2001:470:69fc:105::15ef) (Write error: Connection reset by peer)
16:02:10 × SimonWeiss[m] quits (~weiss-dma@2001:470:69fc:105::bebd) (Write error: Connection reset by peer)
16:02:10 × jidra[m] quits (~jidramatr@2001:470:69fc:105::ceaa) (Read error: Connection reset by peer)
16:02:10 × telefza[m] quits (~telefzama@2001:470:69fc:105::3c37) (Remote host closed the connection)
16:02:10 × M0x604[m] quits (~M0x604mat@2001:470:69fc:105::e21c) (Read error: Connection reset by peer)
16:02:10 × rednaZ[m] quits (~r3dnazmat@2001:470:69fc:105::ba70) (Write error: Connection reset by peer)
16:02:10 × ServerStatsDisco quits (~serversta@2001:470:69fc:105::1a) (Write error: Connection reset by peer)
16:02:10 × dumuzid[m] quits (~dumuzidma@2001:470:69fc:105::4388) (Write error: Broken pipe)
16:02:10 × ms[m] quits (~msmatrixp@2001:470:69fc:105::2b48) (Write error: Connection reset by peer)
16:02:10 × ThatOneLutenist quits (~nathanmcc@2001:470:69fc:105::cd69) (Write error: Connection reset by peer)
16:02:10 × syntactic_sugar[ quits (~syntactic@2001:470:69fc:105::b4af) (Remote host closed the connection)
16:02:10 × nihilipster[m] quits (~nihilipst@2001:470:69fc:105::720) (Write error: Connection reset by peer)
16:02:10 × Las[m] quits (~lasmatrix@2001:470:69fc:105::74e) (Write error: Connection reset by peer)
16:02:10 × dkasak[m] quits (~dkasakter@2001:470:69fc:105::a34) (Write error: Connection reset by peer)
16:02:10 × craige[m] quits (~craigemcw@2001:470:69fc:105::35f1) (Write error: Connection reset by peer)
16:02:10 × sibi quits (~sibi@2001:470:69fc:105::8ab) (Remote host closed the connection)
16:02:10 × jakub[m]1 quits (~jakubfami@2001:470:69fc:105::a43) (Remote host closed the connection)
16:02:11 × unrooted quits (~unrooted@2001:470:69fc:105::a4a) (Read error: Connection reset by peer)
16:02:11 × Mellow[m] quits (~mellow210@2001:470:69fc:105::8c62) (Write error: Connection reset by peer)
16:02:11 × yuu[m] quits (~yuumatrix@2001:470:69fc:105::8a6) (Write error: Connection reset by peer)
16:02:11 × denbrahe[m] quits (~denbrahem@2001:470:69fc:105::19c0) (Write error: Connection reset by peer)
16:02:11 × KittyOwO[m] quits (~wrinklehu@2001:470:69fc:105::84e) (Write error: Connection reset by peer)
16:02:11 × iffsid quits (~iffsid@2001:470:69fc:105::a3e) (Write error: Connection reset by peer)
16:02:11 × mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Write error: Connection reset by peer)
16:02:11 × vojjvoda[m] quits (~vojjvodam@2001:470:69fc:105::cefe) (Write error: Connection reset by peer)
16:02:11 × triumphofdeath[m quits (~triumphof@2001:470:69fc:105::a5c) (Write error: Connection reset by peer)
16:02:12 × TejasAgarwal[m] quits (~tejasagar@2001:470:69fc:105::e0bb) (Remote host closed the connection)
16:02:12 × mewfree[m] quits (~mewfreema@2001:470:69fc:105::c904) (Write error: Connection reset by peer)
16:02:12 × HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Write error: Connection reset by peer)
16:02:12 × elonsroadster[m] quits (~elonsroad@2001:470:69fc:105::d121) (Write error: Connection reset by peer)
16:02:12 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Write error: Connection reset by peer)
16:02:12 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Write error: Broken pipe)
16:02:12 × Tisoxin quits (~ikosit@user/ikosit) (Read error: Connection reset by peer)
16:02:12 × cjbaylisstheythe quits (~cjbayliss@2001:470:69fc:105::bade) (Remote host closed the connection)
16:02:12 × roger__[m] quits (~rogermatr@2001:470:69fc:105::e0ea) (Remote host closed the connection)
16:02:12 × antilambda[m] quits (~antilambd@2001:470:69fc:105::a2b) (Remote host closed the connection)
16:03:32 SimonWeiss[m] joins (~weiss-dma@2001:470:69fc:105::bebd)
16:03:45 jakefromstatefar joins (~jakefroms@2001:470:69fc:105::15ef)
16:08:10 unrooted joins (~unrooted@2001:470:69fc:105::a4a)
16:08:10 rednaZ[m] joins (~r3dnazmat@2001:470:69fc:105::ba70)
16:08:10 Tisoxin joins (~ikosit@user/ikosit)
16:08:10 mewfree[m] joins (~mewfreema@2001:470:69fc:105::c904)
16:08:10 elonsroadster[m] joins (~elonsroad@2001:470:69fc:105::d121)
16:08:22 syntactic_sugar[ joins (~syntactic@2001:470:69fc:105::b4af)
16:08:22 ThatOneLutenist joins (~nathanmcc@2001:470:69fc:105::cd69)
16:08:22 AlejandroHernand joins (~blazingsk@2001:470:69fc:105::eee1)
16:08:22 sibi joins (~sibi@2001:470:69fc:105::8ab)
16:08:22 TejasAgarwal[m] joins (~tejasagar@2001:470:69fc:105::e0bb)
16:08:22 irishlucklinux[m joins (~irishluck@2001:470:69fc:105::3818)
16:08:22 cjbaylisstheythe joins (~cjbayliss@2001:470:69fc:105::bade)
16:13:12 dkasak[m] joins (~dkasakter@2001:470:69fc:105::a34)
16:13:12 Las[m] joins (~lasmatrix@2001:470:69fc:105::74e)
16:13:12 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
16:13:12 ServerStatsDisco joins (~serversta@2001:470:69fc:105::1a)
16:13:12 unclechu joins (~unclechu@2001:470:69fc:105::354)
16:13:12 MatrixTravelerbo joins (~voyagert2@2001:470:69fc:105::22)
16:13:13 VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d)
16:13:13 denbrahe[m] joins (~denbrahem@2001:470:69fc:105::19c0)
16:13:13 craige[m] joins (~craigemcw@2001:470:69fc:105::35f1)
16:13:13 yuu[m] joins (~yuumatrix@2001:470:69fc:105::8a6)
16:13:13 ms[m] joins (~msmatrixp@2001:470:69fc:105::2b48)
16:13:13 KittyOwO[m] joins (~wrinklehu@2001:470:69fc:105::84e)
16:13:13 M-elo-[m] joins (~gilganixm@2001:470:69fc:105::3d09)
16:13:16 Alee[m] joins (~alee1449m@2001:470:69fc:105::6d38)
16:13:24 antilambda[m] joins (~antilambd@2001:470:69fc:105::a2b)
16:13:24 mc47[m] joins (~mc47matri@2001:470:69fc:105::733)
16:13:24 Drishal[m] joins (~drishalma@2001:470:69fc:105::a36)
16:13:25 TheWizardTower[m joins (~thewizard@2001:470:69fc:105::a5b)
16:13:25 HAL[m] joins (~evadk8mat@2001:470:69fc:105::3ed0)
16:13:25 Mellow[m] joins (~mellow210@2001:470:69fc:105::8c62)
16:13:25 M0x604[m] joins (~M0x604mat@2001:470:69fc:105::e21c)
16:13:25 jceb[m] joins (~jcebmatri@2001:470:69fc:105::1396)
16:13:25 jidra[m] joins (~jidramatr@2001:470:69fc:105::ceaa)
16:13:25 eezo[m] joins (~eezomatri@2001:470:69fc:105::1:7)
16:13:25 telefza[m] joins (~telefzama@2001:470:69fc:105::3c37)
16:13:25 roger__[m] joins (~rogermatr@2001:470:69fc:105::e0ea)
16:13:25 diaspora[m] joins (~diasporae@2001:470:69fc:105::93e)
16:13:25 nihilipster[m]1 joins (~nihilipst@2001:470:69fc:105::720)
16:13:25 Industrial[m] joins (~industria@2001:470:69fc:105::eb9)
16:13:25 vojjvoda[m] joins (~vojjvodam@2001:470:69fc:105::cefe)
16:13:25 jakub[m]1 joins (~jakubfami@2001:470:69fc:105::a43)
16:13:25 triumphofdeath[m joins (~triumphof@2001:470:69fc:105::a5c)
16:13:25 HaiderMirza[m] joins (~haidermir@2001:470:69fc:105::e7ba)
16:13:25 dumuzid[m] joins (~dumuzidma@2001:470:69fc:105::4388)
16:13:27 iffsid joins (~iffsid@2001:470:69fc:105::a3e)
16:21:47 × terrorjack quits (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Read error: Connection reset by peer)
16:25:56 terrorjack joins (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
16:47:50 mc47 joins (~mc47@xmonad/TheMC47)
17:13:54 Guest78 joins (~Guest78@193.37.32.39)
17:47:00 × Guest78 quits (~Guest78@193.37.32.39) (Quit: Client closed)
18:15:37 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
18:17:19 seschwar joins (~seschwar@user/seschwar)
18:41:23 <jakefromstatefar> <vojjvoda[m]> "xmobar" <- Might you share your config? That looks EPIC!
18:59:27 arpl joins (~arpl@84-107-171-239.cable.dynamic.v4.ziggo.nl)
19:03:39 arpl parts (~arpl@84-107-171-239.cable.dynamic.v4.ziggo.nl) ()
19:03:48 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
19:15:29 mizu joins (~mizu@2401:4900:1f85:a4c3:1f20:dc48:233f:1be1)
19:15:43 × mizu quits (~mizu@2401:4900:1f85:a4c3:1f20:dc48:233f:1be1) (Client Quit)
19:22:37 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.2.1)
19:22:59 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
19:34:33 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3)
20:00:13 × wonko quits (~wjc@62.115.229.50) (Ping timeout: 252 seconds)
20:27:18 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
20:27:43 geekosaur joins (~geekosaur@xmonad/geekosaur)
20:29:21 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
20:49:41 cfricke joins (~cfricke@user/cfricke)
20:56:19 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 252 seconds)
21:26:43 × slep quits (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Ping timeout: 268 seconds)
22:31:37 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)

All times are in UTC on 2021-09-23.