2021/07/07

2021-07-07 00:17:28 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-07 00:17:49 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-07 00:18:26 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-07-07 02:04:34 +0000banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds)
2021-07-07 02:22:10 +0000banc(banc@gateway/vpn/airvpn/banc)
2021-07-07 02:24:59 +0000td_(~td@94.134.91.135) (Ping timeout: 252 seconds)
2021-07-07 02:26:35 +0000td_(~td@94.134.91.101)
2021-07-07 02:35:17 +0000L29Ah(~L29Ah@user/l29ah)
2021-07-07 02:35:36 +0000 <L29Ah> is it me or xmonad sets hard core file ulimit to 0?
2021-07-07 02:36:54 +0000 <L29Ah> ok nvm it's me!
2021-07-07 02:37:04 +0000 <geekosaur> xmonad doesn';t touch ulimit. a number of linux distributions do, though
2021-07-07 02:50:35 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-07 02:52:21 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-07 06:05:20 +0000haskl[error](~haskl@98.37.78.63) (Changing host)
2021-07-07 06:05:20 +0000haskl[error](~haskl@user/haskl)
2021-07-07 06:09:23 +0000haskl[error]haskl
2021-07-07 06:38:26 +0000ahdyt(~ahdyt@103.105.28.181)
2021-07-07 06:53:16 +0000ahdyt(~ahdyt@103.105.28.181) (Ping timeout: 246 seconds)
2021-07-07 07:09:13 +0000cfricke(~cfricke@user/cfricke)
2021-07-07 07:56:29 +0000thunderrd(~thunderrd@183.182.114.149) (Remote host closed the connection)
2021-07-07 08:22:09 +0000ahdyt(~ahdyt@103.105.35.88)
2021-07-07 08:30:09 +0000cjb(~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-07-07 08:54:01 +0000ahdyt(~ahdyt@103.105.35.88) (Ping timeout: 246 seconds)
2021-07-07 09:28:04 +0000haskllinustorvalds
2021-07-07 09:28:15 +0000linustorvaldshaskl
2021-07-07 09:55:16 +0000ms[m](~msmatrixp@2001:470:69fc:105::2b48) (Quit: irc_error)
2021-07-07 10:29:33 +0000ms[m](~msmatrixp@2001:470:69fc:105::2b48)
2021-07-07 12:58:52 +0000habib(~habib@89.38.69.210)
2021-07-07 13:32:58 +0000benin0369(~benin@183.82.204.181) (Ping timeout: 240 seconds)
2021-07-07 13:37:05 +0000M-NIX-[m](~gilganixm@2001:470:69fc:105::3d09)
2021-07-07 13:37:05 +0000 <M-NIX-[m]> Anyone that knows what `scratchpadWorkspaceTag` was replaced with?
2021-07-07 13:37:05 +0000 <M-NIX-[m]> Or what it does?
2021-07-07 13:37:05 +0000M-NIX-[m] < https://libera.ems.host/_matrix/media/r0/download/libera.chat/154ecd1050d06ddec577ab43640b87a8fa95… >
2021-07-07 13:38:28 +0000 <Solid> are you perhaps on an older version of xmonad-contrib? this was only exported recently
2021-07-07 13:38:34 +0000 <Solid> as in, not in any released version yet
2021-07-07 13:39:16 +0000 <Solid> The definition is quite literally `scratchpadWorkspaceTag = "NSP"`, we just thought I'd be better to finally export this so it can be abstracted away and the actual name does not matter
2021-07-07 13:39:54 +0000 <M-NIX-[m]> <Solid "are you perhaps on an older vers"> Currently using v0.16
2021-07-07 13:40:16 +0000 <Solid> Yes, scratchpadWorkspaceTag is not yet exported in 0.16
2021-07-07 13:40:49 +0000 <M-NIX-[m]> Any idea to how long it should take for it to land in a released version?
2021-07-07 13:41:20 +0000 <M-NIX-[m]> Trying to determine if I should put xmonad on hold for the time being or edit xmonad.hs
2021-07-07 13:41:40 +0000 <Solid> We're preparing a release right now; I wouldn't expect it to take longer than a few months (famous last words :>)
2021-07-07 13:42:17 +0000 <Solid> In the meantime you can of course build from git
2021-07-07 13:42:20 +0000 <M-NIX-[m]> that's far, will edit instead xD
2021-07-07 13:42:43 +0000 <M-NIX-[m]> * that's far, will compile from source instead xD
2021-07-07 13:43:01 +0000 <Solid> the repo you linked has instructions on how to build from git and we also have a guide ( https://github.com/xmonad/xmonad/blob/master/INSTALL.md )
2021-07-07 13:43:58 +0000 <M-NIX-[m]> Need to find a nix way to do this though
2021-07-07 13:44:16 +0000 <M-NIX-[m]> How resource heavy is compiling xmonad and xmonad-contrib btw?
2021-07-07 13:44:39 +0000 <Solid> I will fiendishly ping dminuoso then :>
2021-07-07 13:45:00 +0000 <Solid> it's not that bad; even my x220 handles it quite nicely
2021-07-07 13:45:29 +0000 <M-NIX-[m]> I'll give it a go then! Appreciate it
2021-07-07 14:55:41 +0000thunderrd(~thunderrd@183.182.114.149)
2021-07-07 15:00:18 +0000habib(~habib@89.38.69.210) (Ping timeout: 272 seconds)
2021-07-07 15:06:34 +0000habib(~habib@188.241.156.95)
2021-07-07 15:19:57 +0000habib(~habib@188.241.156.95) (Read error: Connection reset by peer)
2021-07-07 15:20:17 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-07-07 15:25:33 +0000jsoo(~znc@irc.refl.club) (Quit: ZNC 1.8.2 - https://znc.in)
2021-07-07 15:25:59 +0000jsoo(~znc@irc.refl.club)
2021-07-07 15:38:49 +0000habib(~habib@109.70.150.189)
2021-07-07 15:39:06 +0000habib(~habib@109.70.150.189) ()
2021-07-07 16:48:40 +0000seschwar(~seschwar@user/seschwar)
2021-07-07 16:59:15 +0000vanvik(~vanvik@82.194.204.210) (Quit: Later)
2021-07-07 17:10:35 +0000vanvik(~vanvik@82.194.204.210)
2021-07-07 17:44:51 +0000vanvik(~vanvik@82.194.204.210) (Quit: Later)
2021-07-07 17:45:13 +0000vanvik(~vanvik@82.194.204.210)
2021-07-07 17:47:55 +0000ahdyt(~ahdyt@103.105.35.90)
2021-07-07 17:48:26 +0000ahdyt(~ahdyt@103.105.35.90) (Client Quit)
2021-07-07 22:00:45 +0000seschwar(~seschwar@user/seschwar) (Quit: :wq)