Home liberachat/#xmonad: Logs Calendar

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

00:28:22 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Remote host closed the connection)
00:30:02 obimod joins (~obimod@gateway/vpn/pia/obimod)
00:33:42 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
00:45:32 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Quit: every day brings new choices)
01:52:38 obimod joins (~obimod@gateway/vpn/pia/obimod)
02:28:03 × incertia quits (~incertia@d4-50-26-103.nap.wideopenwest.com) (Ping timeout: 256 seconds)
02:43:26 incertia joins (~incertia@d4-50-26-103.nap.wideopenwest.com)
02:57:35 trillp joins (~user@69.233.98.238)
03:03:07 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
03:23:17 banc joins (banc@gateway/vpn/airvpn/banc)
03:31:25 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds)
03:32:37 × td_ quits (~td@94.134.91.180) (Ping timeout: 240 seconds)
03:34:29 td_ joins (~td@94.134.91.212)
03:42:26 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
03:44:52 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
04:45:05 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
05:09:01 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
06:18:48 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
08:59:31 × mvk quits (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 252 seconds)
09:07:31 × trillp quits (~user@69.233.98.238) (Remote host closed the connection)
09:09:04 cfricke joins (~cfricke@user/cfricke)
09:17:34 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
09:17:34 allbery_b joins (~geekosaur@xmonad/geekosaur)
09:17:37 allbery_b is now known as geekosaur
09:35:06 gruntsplatter joins (~sogens@gateway/vpn/pia/sogens)
09:50:51 × gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.3)
10:23:02 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
10:56:25 gruntsplatter joins (~sogens@gateway/vpn/pia/sogens)
12:30:32 qbt joins (~qbt@user/edun)
13:14:38 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Ping timeout: 256 seconds)
13:27:59 obimod joins (~obimod@gateway/vpn/pia/obimod)
14:00:47 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
14:06:14 × samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection)
14:06:36 samhh joins (7569f027cf@2604:bf00:561:2000::e4)
15:51:20 mc47 joins (~mc47@xmonad/TheMC47)
16:00:06 × Mellow[m] quits (~mellow210@2001:470:69fc:105::8c62) (Quit: You have been kicked for being idle)
16:20:47 × gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.3)
16:53:14 catman joins (~catman@user/catman)
16:58:33 seschwar joins (~seschwar@user/seschwar)
17:00:35 × catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev)
17:10:26 catman joins (~catman@user/catman)
17:20:46 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
17:23:06 × srk quits (~sorki@user/srk) (Remote host closed the connection)
17:23:24 srk joins (~sorki@user/srk)
17:40:43 × electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.3)
17:57:21 Safeguard-IRC joins (~Safeguard@151.42.170.105)
17:58:46 <Safeguard-IRC> hello, i'm back once again because i'm confused: https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-IndependentScreens.html about this one, it says to replace XMonad.workspaces with workspaces'; do I need to put my workspace variable name? also with the ' or just the name?
18:00:37 <geekosaur> the ' is part of the name
18:00:50 <geekosaur> > let x' = 5 in x'
18:00:51 <lambdabot> 5
18:01:01 <Safeguard-IRC> yeah I know
18:01:21 <Safeguard-IRC> wait, I tried to remove the [[char]] binding from my workspaces, and now it's giving this error:
18:01:39 <geekosaur> and no, it does not want the variable name, it is a function in place of the selector operating on your config
18:02:01 <Safeguard-IRC> OH WAIT
18:02:21 <Safeguard-IRC> I'm an idiot, I need to export workspaces' from the module
18:02:36 <geekosaur> yes
18:03:16 <Safeguard-IRC> hmm okay, now it compiles fine, but it stiill does not have the dwm-styled independent screen
18:03:42 <Safeguard-IRC> like, having ws 3 on screen 1, and on screen 2 changing to ws 3 swaps the two ws
18:04:03 <geekosaur> you need to redo all the keybindings as well
18:04:22 <geekosaur> so each screen will have its own (view of the) workspaces
18:04:47 <Safeguard-IRC> I changed windows $ onCurrentScreen f i, shouldn't that already make me switch between the workspaces?
18:05:13 <Safeguard-IRC> wait
18:05:35 <Safeguard-IRC> this is weird, it seem that it's behaving correctly now, but sometimes it acts "the old way"
18:07:01 <Safeguard-IRC> launched xmonad from another tty, seem to be behaving fine there, so i'll chalk it up to some weirdness
18:10:40 <Safeguard-IRC> okay, this one seems good, but xmobar seem to not be displaying proper workspaces; on screen 2 I have 0_ 1 and 0_ 2 (with the space mind you), even though I've put the marshallPP in the statusBarProp definition
18:20:42 × Safeguard-IRC quits (~Safeguard@151.42.170.105) (Remote host closed the connection)
18:33:30 × obimod quits (~obimod@gateway/vpn/pia/obimod) (Quit: every day brings new choices)
18:46:14 Safeguard-IRC joins (~Safeguard@151.42.170.105)
18:47:11 <Safeguard-IRC> okay, I did some testing, and it seem that now it's working, but the xmoandlog from xmobar is borked; aside from putting MarshallPP in the statusbarprop definition, is there something else to do? I see that there is a ppFocus thing, but I don't know exactly how I should use that
18:51:54 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
18:55:30 gruntsplatter joins (~sogens@gateway/vpn/pia/sogens)
18:56:15 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
18:58:08 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
19:02:57 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
19:16:59 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 252 seconds)
19:22:43 × gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.3)
19:26:05 qbt joins (~qbt@user/edun)
19:26:05 × qbt quits (~qbt@user/edun) (Client Quit)
19:50:06 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
20:08:30 jsoo_ joins (~znc@irc.refl.club)
20:14:30 × jsoo quits (~znc@irc.refl.club) (Quit: ZNC 1.8.2 - https://znc.in)
20:14:52 <Solid> I'd like to act on https://github.com/xmonad/xmonad-contrib/issues/595 in some way; do we want a new repo for these configs?
20:18:19 <geekosaur> Website/wiki seems like a better idea, but beware of what I just noted in the ticket.
20:20:11 <Solid> yeah we should definitely check for these kinds of references
20:20:36 <Solid> Website or wiki both seem like fine options to me, assuming we link to these in the relevant places
20:34:23 × Safeguard-IRC quits (~Safeguard@151.42.170.105) (Quit: Leaving)
21:33:14 × Forkk_ quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
22:06:01 obimod joins (~obimod@gateway/vpn/pia/obimod)
22:20:03 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
23:04:13 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 240 seconds)
23:39:00 × catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev)

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