2024/06/16

2024-06-16 00:01:04 +0200 <haskellbridge> <柱間 (@senju_hashirama:aria-net.org)> Guest0: there's a video about it, by the youtuber named "distrotube" it's a good introduction
2024-06-16 00:01:31 +0200 <Guest0> Thank you
2024-06-16 00:09:37 +0200Guest0(~Guest0@67-0-55-142.albq.qwest.net) (Quit: Client closed)
2024-06-16 01:38:38 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
2024-06-16 02:04:07 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de)
2024-06-16 03:14:27 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-06-16 03:14:45 +0200todi(~todi@p57803331.dip0.t-ipconnect.de)
2024-06-16 04:54:47 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 268 seconds)
2024-06-16 05:01:05 +0200td_(~td@i53870937.versanet.de) (Ping timeout: 252 seconds)
2024-06-16 05:02:55 +0200td_(~td@i53870926.versanet.de)
2024-06-16 07:51:41 +0200thunderrd(~thunderrd@118.174.53.205) (Ping timeout: 240 seconds)
2024-06-16 08:09:35 +0200gauge(~gauge@user/gauge) (Ping timeout: 264 seconds)
2024-06-16 08:12:53 +0200gauge(~gauge@user/gauge)
2024-06-16 11:51:48 +0200tom_(~tom@121.127.33.86) ()
2024-06-16 12:16:52 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2024-06-16 14:02:42 +0200Viking667(~user@user/Viking667)
2024-06-16 14:04:00 +0200 <Viking667> 'llo all. I suspect this might be a FAQ, but how do I assign keys to extra desktops after the first nine? Default for those seem to be Mod-1 to Mod-9, but I'm not sure how to get hotkey access to other desktops.
2024-06-16 14:05:34 +0200 <Viking667> Could I utilise M-C-1..9 for further desktops?
2024-06-16 14:16:16 +0200 <Viking667> So far, I've got about eight extra lines with M-C-x (x :: Number) but this seems inefficient given the language.
2024-06-16 14:21:15 +0200 <vrs> yeah I have them bound like this https://paste.debian.net/hidden/7c9dd3c6/
2024-06-16 14:21:32 +0200 <vrs> but that's pretty specific to my setup, there are simpler examples in the config archive
2024-06-16 14:22:57 +0200 <vrs> you can see how the default config implements it: https://hackage.haskell.org/package/xmonad-0.18.0/docs/src/XMonad.Config.html#line-230
2024-06-16 14:23:42 +0200 <vrs> adjust for ezconfig and you'll be set
2024-06-16 14:25:45 +0200 <Viking667> hm. I'm on 0.17.0, not ever seen ezconfig. I was about to ask what getNthWS was
2024-06-16 14:26:38 +0200 <Viking667> And the default concurs with the behaviour I had before I upped the number of workspaces. I just had no way to _get_ to them.
2024-06-16 14:26:40 +0200 <vrs> it's specific to my setup (I have like 40 named workspaces and that function maps a number to the nth populated one)
2024-06-16 14:27:00 +0200 <Viking667> (the extras). I worked that bit out for clicking, but not for hotkeys until now.