2022/05/31

2022-05-31 00:00:19 +0200 <vrs> (where ql is a wrapper for spawn and `hookNext "centerfloat" True` happens in X ())
2022-05-31 00:01:06 +0200 <henninb> ok, that help. I will try to expand the zipM.
2022-05-31 00:18:22 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-05-31 00:30:24 +0200 <geekosaur> henninb, looking at your config, I *think* you want `withNthWorkspace (\i -> ...) >> spawn "foo"`. Haven't tested it though
2022-05-31 00:44:53 +0200chomwitt(~chomwitt@2a02:587:dc11:7d00:f083:eec9:d0b0:a50f) (Ping timeout: 244 seconds)
2022-05-31 00:49:55 +0200 <henninb> i will give that a try geekosaur, thank you for the tip
2022-05-31 00:53:05 +0200 <henninb> geekosaur, doesn't seem to work. I wonder If I have a data type issue. not sure if what I am attempting is possible.
2022-05-31 01:02:30 +0200 <geekosaur> you have quite a lot more going on than usual in your key bindings, so hopefully it's a matter of figuring out how to fit it in
2022-05-31 01:04:14 +0200srk-(~sorki@user/srk)
2022-05-31 01:06:11 +0200srk(~sorki@user/srk) (Ping timeout: 255 seconds)
2022-05-31 01:06:56 +0200srk-srk
2022-05-31 01:09:57 +0200srk-(~sorki@user/srk)
2022-05-31 01:13:41 +0200srk(~sorki@user/srk) (Ping timeout: 258 seconds)
2022-05-31 01:13:42 +0200srk-srk
2022-05-31 01:24:40 +0200 <henninb> geekosaur, agreed, I will keep working at it. Thanks for looking at it.
2022-05-31 01:28:08 +0200 <geekosaur> I just looked up `withNthWorkspace`. Looks like you want `\wn -> withNthWorkspace (\i -> ...) wn >> spawn "foo"`
2022-05-31 01:30:39 +0200 <henninb> trying that now.
2022-05-31 01:36:11 +0200stackdroid18(14094@user/stackdroid) (Quit: hasta la vista... tchau!)
2022-05-31 01:41:36 +0200 <henninb> geekosaur, I just tried this and it is not working. `++ zipM "M-" "Move window to workspace" wsKeys [0..] (\wn -> withNthWorkspace W.greedyView $ wn >> spawn "foo")` It was compiling until I added `spawn "foo"`.
2022-05-31 01:42:30 +0200 <geekosaur> `$` won't work there
2022-05-31 01:42:45 +0200 <henninb> I will remove it.
2022-05-31 01:42:45 +0200 <geekosaur> yes, it acts like parentheses, but they extend too far in this case
2022-05-31 01:43:19 +0200 <henninb> it compiles!!! yeah
2022-05-31 01:44:19 +0200 <henninb> thank you geekosaur
2022-05-31 01:47:56 +0200 <geekosaur> np
2022-05-31 02:00:00 +0200 <henninb> I really appreciate the folks on this channel there are not a lot of xmonad users out there so we need to stick together.
2022-05-31 02:08:56 +0200henninb(~henninb@97-116-138-116.mpls.qwest.net) (Quit: leaving)
2022-05-31 03:58:13 +0200steve__(~steve@ool-182c2b80.dyn.optonline.net)
2022-05-31 04:03:33 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 246 seconds)
2022-05-31 04:12:00 +0200Guest7820(~Guest78@2409:4071:2096:483b:d65d:f730:b50f:fa19)
2022-05-31 04:12:53 +0200Guest7820neoatnebula
2022-05-31 04:16:08 +0200neoatnebula(~Guest78@2409:4071:2096:483b:d65d:f730:b50f:fa19) (Client Quit)
2022-05-31 04:16:25 +0200neoatnebula(~neoatnebu@2409:4071:2096:483b:d65d:f730:b50f:fa19)
2022-05-31 04:18:05 +0200neoatnebula(~neoatnebu@2409:4071:2096:483b:d65d:f730:b50f:fa19) (Client Quit)
2022-05-31 04:23:23 +0200banc(banc@gateway/vpn/airvpn/banc)
2022-05-31 04:39:27 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 244 seconds)
2022-05-31 04:44:17 +0200terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-05-31 04:46:46 +0200terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-05-31 04:53:53 +0200steve__(~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 255 seconds)
2022-05-31 06:25:40 +0200chomwitt(~chomwitt@2a02:587:dc11:7d00:a7f0:c7db:e9b3:6e1d)
2022-05-31 09:22:44 +0200VeronicaLova[m](~brainzint@2001:470:69fc:105::2:1ed2)
2022-05-31 09:39:41 +0200shinjipf(~shinjipf@vmi826685.contaboserver.net)
2022-05-31 09:39:48 +0200mc47(~mc47@xmonad/TheMC47)
2022-05-31 09:41:18 +0200benin(~benin@183.82.177.185)
2022-05-31 09:41:35 +0200cfricke(~cfricke@user/cfricke)
2022-05-31 10:04:02 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-05-31 10:53:02 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-05-31 10:54:34 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-05-31 10:57:35 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Client Quit)
2022-05-31 10:58:31 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-05-31 11:00:09 +0200DeepMajumder[m](~reddocmdm@2001:470:69fc:105::1:f486) (Quit: You have been kicked for being idle)
2022-05-31 11:01:43 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Max SendQ exceeded)
2022-05-31 11:02:50 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-05-31 11:12:20 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Ping timeout: 255 seconds)
2022-05-31 11:19:08 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-05-31 11:31:03 +0200benin(~benin@183.82.177.185) (Quit: The Lounge - https://thelounge.chat)
2022-05-31 13:54:19 +0200 <FernandoSchuindt> Is it possible nowadays to run xmonad on XWayland?
2022-05-31 13:56:22 +0200 <geekosaur> not yet
2022-05-31 13:56:48 +0200 <geekosaur> oh, on XWayland. that should work, it's just of limited use because it can only manage XWayland windows
2022-05-31 13:57:48 +0200 <FernandoSchuindt> thank you once again geekosaur
2022-05-31 14:10:28 +0200henninb(~henninb@97-116-138-116.mpls.qwest.net)
2022-05-31 14:23:47 +0200chomwitt(~chomwitt@2a02:587:dc11:7d00:a7f0:c7db:e9b3:6e1d) (Ping timeout: 260 seconds)
2022-05-31 15:12:13 +0200noex_noex
2022-05-31 15:12:27 +0200noex(~null@2600:8804:14e0:104:8804:14e0:104:0) (Changing host)
2022-05-31 15:12:27 +0200noex(~null@user/noex)
2022-05-31 15:16:46 +0200dschrempf(~dominik@070-207.dynamic.dsl.fonira.net)
2022-05-31 15:17:36 +0200dschrempf(~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
2022-05-31 15:43:47 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 240 seconds)
2022-05-31 16:22:36 +0200steve__(~steve@ool-182c2b80.dyn.optonline.net)
2022-05-31 16:32:07 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-05-31 18:00:13 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-05-31 18:42:29 +0200cfricke(~cfricke@user/cfricke)
2022-05-31 18:52:47 +0200steve__(~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds)
2022-05-31 18:55:42 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 246 seconds)
2022-05-31 20:17:59 +0200spaceseller(~spacesell@31.147.205.13)
2022-05-31 20:23:58 +0200spaceseller(~spacesell@31.147.205.13) (Quit: Leaving)
2022-05-31 20:25:54 +0200stackdroid18(14094@user/stackdroid)
2022-05-31 20:31:39 +0200steve__(~steve@ool-182c2b80.dyn.optonline.net)
2022-05-31 23:09:20 +0200td_(~td@muedsl-82-207-238-004.citykom.de)
2022-05-31 23:59:08 +0200 <henninb> Greetings, can anyone point me to a snip of code or a lib that programatically gets the list of layouts for a given workspace? I did some searches and could not find anything. Thank you.
2022-05-31 23:59:22 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)