Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 427 428 429 430 431 432 433 434 435 436 437 .. 1848
184,766 events total
2022-01-06 13:40:11 <dirtcastle> https://pastecode.io/s/hu932d7i. my config the error messages are commented in the end. I went through the tutorial. couldn't fix it. I think it's definitely abt submap abt which I know nothing.
2022-01-06 13:42:58 <dirtcastle> submap doc didn't tell how to do it for additionalKeysP
2022-01-06 13:43:35 <fizzie> The second error is from attempting to pass `myKeys` via "keys = myKeys" field of the config record, rather than only with `additionalKeysP`. You'd want to remove line 82.
2022-01-06 13:43:43 <geekosaur> you're trying to use `myKeys` both with `additionalKeysP` (which is correct) and for `keys =` which is wrong
2022-01-06 13:43:50 <geekosaur> or, what fizzie said
2022-01-06 13:44:00 <fizzie> And the first error is from using `mkKeymap` in `myKeys`.
2022-01-06 13:45:12 <fizzie> The type signature says `myKeys :: [(String, X ())]` meaning it's a simple list of ("string", action) pairs, but the actual contents are not.
2022-01-06 13:47:07 <fizzie> You should be okay with just myKeys = [ ("M-C-r", ...), ("M-s t", ...) ] and then xmonad $ def { ...no keys= here... } `additionalKeysP` myKeys
2022-01-06 13:47:51 <geekosaur> yes. the EZ part of EZConfig is it deals with mkKeymap, mod keys, and such for you
2022-01-06 13:48:00 <fizzie> (Part of what additionalKeysP does is call `mkKeymap` for you, and then merge it with whatever's in the config originally, which would just be the default bindings if you don't set it.)
2022-01-06 13:48:08 <geekosaur> let it do its job, just write the key sequences you want
2022-01-06 13:50:42 edun joins (~e@user/edun)
2022-01-06 13:51:36 <dirtcastle> EZconfig is amazing! I'll do the changes and let u know
2022-01-06 13:58:47 <dirtcastle> ohhh yeahhhh
2022-01-06 13:58:50 <dirtcastle> finalllyyyy
2022-01-06 13:58:57 <dirtcastle> i made it n
2022-01-06 13:59:02 <dirtcastle> you have no idea
2022-01-06 13:59:33 <dirtcastle> how satisfied I feel rn( tho i didn't do the work). thank you so much guys for your time!!!
2022-01-06 14:53:41 jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com)
2022-01-06 15:08:05 × jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving)
2022-01-06 15:12:29 jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com)
2022-01-06 15:37:21 <jimr> morning
2022-01-06 15:37:33 <geekosaur> o/
2022-01-06 16:11:54 × jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving)
2022-01-06 17:24:33 widelec-BB joins (~widelec@cpe-109-207-144-181.docsis.tczew.net.pl)
2022-01-06 18:15:36 × benin quits (~benin@183.82.176.241) (Quit: The Lounge - https://thelounge.chat)
2022-01-06 18:22:03 <AIM[m]> <dirtcastle> "EZconfig is amazing! I'll do the..." <- Yeah, I've seen it... Currently I use the config in Darc's Archive Config....
2022-01-06 18:22:27 <AIM[m]> I have to port my shortcuts to EZ Config....
2022-01-06 18:48:55 × edun quits (~e@user/edun) (Quit: Leaving.)
2022-01-06 18:52:28 <Hash> Mornign
2022-01-06 18:55:37 × dirtcastle quits (~dirtcastl@103.43.203.229) (Ping timeout: 240 seconds)
2022-01-06 18:57:52 × widelec-BB quits (~widelec@cpe-109-207-144-181.docsis.tczew.net.pl) (Quit: )
2022-01-06 18:57:54 m1nty[m] joins (~m1ntymatr@2001:470:69fc:105::1:45ec)
2022-01-06 18:58:23 <m1nty[m]> what is ChanServ
2022-01-06 18:58:41 <m1nty[m]> it wanted to pm me when i joined this room
2022-01-06 18:59:18 <geekosaur> it manages channels for libera.chat
2022-01-06 19:00:04 <geekosaur> this channel has a welcome banner which is sent as a /notice on joining
2022-01-06 19:01:19 widelec-BB joins (~widelec@cpe-109-207-144-181.docsis.tczew.net.pl)
2022-01-06 19:10:44 jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com)
2022-01-06 19:11:38 <AIM[m]> <m1nty[m]> "what is ChanServ" <- Just a bot, dm you some info about this room
2022-01-06 19:11:49 <AIM[m]> * Just a bot, dm-ing you some info about this room
2022-01-06 19:27:56 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-01-06 19:29:48 × jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving)
2022-01-06 19:30:17 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-01-06 21:20:09 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-01-06 21:29:08 × jludwig quits (~justin@user/jludwig) (Quit: ZNC - https://znc.in)
2022-01-06 21:37:00 jludwig joins (~justin@user/jludwig)
2022-01-06 21:41:25 benin joins (~benin@183.82.176.241)
2022-01-06 21:46:16 steve__ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-01-06 22:05:45 iMaaNor parts (uid534642@id-534642.tinside.irccloud.com) ()
2022-01-06 22:05:48 iMaaNor joins (uid534642@id-534642.tinside.irccloud.com)
2022-01-06 22:45:23 iMaNor joins (~imaanor@45.86.201.237)
2022-01-06 22:55:09 × iMaNor quits (~imaanor@45.86.201.237) (Quit: Leaving)
2022-01-06 23:34:59 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds)
2022-01-06 23:36:50 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-01-06 23:49:59 <m1nty[m]> <geekosaur> "this channel has a welcome..." <- oh ok ty
2022-01-07 00:00:57 dirtcastle joins (~dirtcastl@2409:4072:6d05:702b:4850:64ff:fe0a:3353)
2022-01-07 00:16:22 <dirtcastle> yes! do it!
2022-01-07 00:35:41 jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com)
2022-01-07 00:48:07 × jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving)
2022-01-07 01:00:22 jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com)
2022-01-07 01:04:12 mvk joins (~mvk@2607:fea8:5cdd:f000::45db)
2022-01-07 01:09:16 × jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving)
2022-01-07 01:25:57 × dirtcastle quits (~dirtcastl@2409:4072:6d05:702b:4850:64ff:fe0a:3353) (Ping timeout: 240 seconds)
2022-01-07 01:27:43 dirtcastle joins (~dirtcastl@103.43.203.229)
2022-01-07 01:30:57 × steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds)
2022-01-07 02:04:42 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2022-01-07 03:03:31 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2022-01-07 03:24:22 banc joins (banc@gateway/vpn/airvpn/banc)
2022-01-07 03:47:09 × td_ quits (~td@94.134.91.33) (Ping timeout: 256 seconds)
2022-01-07 03:48:47 td_ joins (~td@94.134.91.64)
2022-01-07 04:00:01 × haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2022-01-07 04:01:22 haasn joins (~nand@haasn.dev)
2022-01-07 04:31:01 narendranath344[ joins (~narendran@2001:470:69fc:105::1:62ba)
2022-01-07 05:16:05 <AIM[m]> Anyone got the hs file working for xmobar?
2022-01-07 05:16:15 <AIM[m]> Instead of the rc file
2022-01-07 05:27:24 <sibi> iamaravindim[m]: This one used to work for me: https://github.com/psibi/dotfiles/blob/master/xmobar/src/Lib.hs
2022-01-07 06:00:09 × dirtcastle quits (~dirtcastl@103.43.203.229) (Remote host closed the connection)
2022-01-07 06:27:05 <Hash> What is ig?
2022-01-07 06:43:54 <Solid> Hash: "i guess"
2022-01-07 06:44:26 <Solid> AIM[m]: mine works (though lives in a stack project so I can directly compile xmobar with the config instead of doing `xmobar config.hs`) https://gitlab.com/slotThe/dotfiles/-/tree/master/xmobar/.config/xmobarrc
2022-01-07 06:49:25 edun joins (~e@user/edun)
2022-01-07 06:55:02 <Hash> Oh ok thanks
2022-01-07 07:21:18 dirtcastle joins (~dirtcastl@103.43.203.229)
2022-01-07 07:31:27 mc47 joins (~mc47@xmonad/TheMC47)
2022-01-07 07:32:57 <AIM[m]> Ohhh
2022-01-07 07:33:12 <AIM[m]> I tried and failed previously
2022-01-07 07:33:23 <AIM[m]> From that same repo
2022-01-07 07:33:59 <AIM[m]> I hope I'm running the git version of xmobar from aur
2022-01-07 07:35:22 <Hash> Ok
2022-01-07 07:35:24 <Hash> So
2022-01-07 07:35:25 <narendranath344[> I build xmonad today using stack following the instructions given on xmonad github page, but it fails to compile xmonad.hs
2022-01-07 07:35:25 narendranath344[ uploaded an image: (94KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/YuZEXxHAZoKRTsgRmWsNONJZ/photo_2022-01-07_13-04-53.jpg >
2022-01-07 07:35:38 <Hash> The problem exists in my KDE again with Xmonad
2022-01-07 07:35:55 <Hash> The panel application menus don't work. I had a patch for it, I am not sure whom to give it to!
2022-01-07 07:36:23 <Hash> KDE people don't care. They're not going to put the patch in because that breaks their functionality, but if they don't, it breaks plasmashell panel menus with Xmonad
2022-01-07 07:36:37 <Hash> I patched out the things, but uhm, who wants it? I don't want to lose it one day.
2022-01-07 07:37:09 <Hash> I forgot where the code was, specifically, but I had the patch files
2022-01-07 07:37:34 <Hash> So irritating that. I like KDE and KDE apps/env but I like Xmonad
2022-01-07 07:38:10 narendranath344[ uploaded an image: (69KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/LUwRejmgDcPgDbGmvfQxpCqt/pic-selected-220107-1307-32.png >

All times are in UTC.