Logs: liberachat/#xmonad
| 2022-06-30 12:38:24 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-30 12:38:42 | × | chomwitt quits (~chomwitt@2a02:587:dc1c:800:9086:accf:d98b:5e0d) (Ping timeout: 268 seconds) |
| 2022-06-30 13:20:01 | × | qbt quits (~qbt@user/edun) (Ping timeout: 268 seconds) |
| 2022-06-30 13:33:55 | → | mrbeastwick joins (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) |
| 2022-06-30 13:37:24 | <mrbeastwick> | Hi, I am trying to implement dynamic work spaces, specifically with each workspace having their own 1 - 9 indices. I am able to create new work spaces, but my 1 - 9 keys do not change. I am following the docs at https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Actions-DynamicWorkspaces.html https://pastebin.com/0EGnx53E |
| 2022-06-30 13:45:49 | → | chomwitt joins (~chomwitt@2a02:587:dc1c:800:6c20:6100:5fd0:a681) |
| 2022-06-30 13:53:39 | <geekosaur> | I don't see anything there which would add a workspace and thereby change what 1-9 do |
| 2022-06-30 13:55:03 | <mrbeastwick> | My haskell isn't very strong, I am literally just following the docs at the top. Are they incomplete? |
| 2022-06-30 13:55:45 | <mrbeastwick> | The library is included, the keybindings are added to select/add/change to a newly defined workspace, but the last bit with the zips doesn't seem to have any effect. |
| 2022-06-30 13:56:23 | <geekosaur> | I think so, yes. The functions just below that documentation cover adding workspaces, and the first one inserts at the beginning which would shift what keys 1-9 refer to |
| 2022-06-30 13:57:18 | <geekosaur> | deleting a workspace would also rearrange the workspaces after it |
| 2022-06-30 13:58:03 | <mrbeastwick> | oh interesting, so I removed addWorkspace because I thought it was superfluous because if you name a workspace that does not exist with selectWorkspace it seems to create it, but that might not work the same way addWorkspace does. |
| 2022-06-30 13:59:59 | <geekosaur> | there's both adding at beginning and adding at end. if it does the add-at-end version then 1-9 won't be affected because they can't select "10" |
| 2022-06-30 14:01:19 | → | Lears joins (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) |
| 2022-06-30 14:01:33 | × | [Leary] quits (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) (Ping timeout: 276 seconds) |
| 2022-06-30 14:03:18 | → | ^[ joins (~user@user//x-8473491) |
| 2022-06-30 14:06:38 | <mrbeastwick> | I think those zip lines do not do what I think they are supposed to do. |
| 2022-06-30 14:07:17 | <geekosaur> | no, they're basically the DynamicWorkspaces version of the standard view/shift bindings |
| 2022-06-30 14:07:48 | <geekosaur> | also I just looked at the source and either addWorkspace or selectWorkspace is redundant, yeh |
| 2022-06-30 14:08:01 | <mrbeastwick> | mod-control-[1..9] %! Set index N to the current workspace, I think the idea is I can modify the index of a dynamic workspace. |
| 2022-06-30 14:08:19 | <mrbeastwick> | It's not that each workspace will get it's own 1 - 9 or something to that effect. |
| 2022-06-30 14:08:41 | <geekosaur> | right, it just changes what e.g. "1" refers to |
| 2022-06-30 14:08:53 | <mrbeastwick> | ok, that makes sense, and is still kind of useful |
| 2022-06-30 14:09:00 | <mrbeastwick> | well, very useful |
| 2022-06-30 14:09:16 | <geekosaur> | maybe you want XMonad.Actions.Plane |
| 2022-06-30 14:10:00 | <mrbeastwick> | ohhh that is definitely in the direction i want to go |
| 2022-06-30 14:22:48 | × | mrbeastwick quits (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) (Quit: Client closed) |
| 2022-06-30 14:36:18 | → | mrbeastwick joins (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) |
| 2022-06-30 15:04:41 | × | mrbeastwick quits (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) (Quit: Client closed) |
| 2022-06-30 15:13:22 | → | mrbeastwick joins (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) |
| 2022-06-30 15:43:06 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 246 seconds) |
| 2022-06-30 16:00:11 | × | Ether[m] quits (~etherrorc@2001:470:69fc:105::1:e66e) (Quit: You have been kicked for being idle) |
| 2022-06-30 16:00:11 | × | FernandoSchuindt quits (~fschuindt@2001:470:69fc:105::2:17cd) (Quit: You have been kicked for being idle) |
| 2022-06-30 16:16:10 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-06-30 16:53:11 | <geekosaur> | twiclo1, what is your xmobar issue? It seems to work here, at least after I changed lowerOnStart to False so it would show over my existing panel |
| 2022-06-30 16:53:46 | → | Digit joins (~user@user/digit) |
| 2022-06-30 17:15:14 | × | mrbeastwick quits (~mrbeastwi@pool-108-35-212-7.nwrknj.fios.verizon.net) (Quit: Client closed) |
| 2022-06-30 17:30:26 | → | qbt joins (~qbt@user/edun) |
| 2022-06-30 18:40:18 | × | qbt quits (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-06-30 20:42:10 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.5) |
| 2022-06-30 20:43:12 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 2022-06-30 21:56:21 | <geekosaur> | weee. bgamari has found the cause of the xmonad crashes, and it's a compiler bug |
| 2022-06-30 21:56:30 | × | chomwitt quits (~chomwitt@2a02:587:dc1c:800:6c20:6100:5fd0:a681) (Ping timeout: 264 seconds) |
| 2022-06-30 22:15:05 | × | alternateved quits (~alternate@82.180.151.82) (Remote host closed the connection) |
| 2022-06-30 22:17:35 | → | chomwitt joins (~chomwitt@2a02:587:dc1c:800:4903:6345:e64d:64f4) |
| 2022-06-30 23:43:15 | → | suconakh joins (~suconakh@94.25.171.172) |
| 2022-07-01 00:00:44 | × | chomwitt quits (~chomwitt@2a02:587:dc1c:800:4903:6345:e64d:64f4) (Ping timeout: 268 seconds) |
| 2022-07-01 00:15:22 | × | suconakh quits (~suconakh@94.25.171.172) (Ping timeout: 252 seconds) |
| 2022-07-01 02:03:32 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 255 seconds) |
| 2022-07-01 02:22:47 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-07-01 02:23:52 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds) |
| 2022-07-01 02:40:18 | × | td_ quits (~td@muedsl-82-207-238-240.citykom.de) (Ping timeout: 240 seconds) |
| 2022-07-01 02:42:27 | → | td_ joins (~td@muedsl-82-207-238-041.citykom.de) |
| 2022-07-01 04:33:25 | → | qbt joins (~qbt@user/edun) |
| 2022-07-01 05:10:56 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 272 seconds) |
| 2022-07-01 05:13:58 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-07-01 05:19:55 | → | sagax joins (~sagax_nb@user/sagax) |
| 2022-07-01 05:34:42 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::909a) |
| 2022-07-01 05:39:54 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 268 seconds) |
| 2022-07-01 06:13:19 | → | chomwitt joins (~chomwitt@2a02:587:dc1c:800:b0bd:24f8:b992:dc9b) |
| 2022-07-01 06:47:55 | → | alternateved joins (~alternate@82.180.151.3) |
| 2022-07-01 06:55:47 | → | benin0 joins (~benin@183.82.26.81) |
| 2022-07-01 07:32:03 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 2022-07-01 07:36:44 | × | alternateved quits (~alternate@82.180.151.3) (Remote host closed the connection) |
| 2022-07-01 07:37:08 | → | alternateved joins (~alternate@82.180.151.3) |
| 2022-07-01 07:58:37 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-07-01 08:11:37 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-07-01 08:17:20 | × | chomwitt quits (~chomwitt@2a02:587:dc1c:800:b0bd:24f8:b992:dc9b) (Quit: Leaving) |
| 2022-07-01 09:44:20 | → | chismoso[m] joins (~chismosom@2001:470:69fc:105::2:3be8) |
| 2022-07-01 09:52:30 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5) |
| 2022-07-01 11:03:24 | × | fcser quits (~fcser@booty.farted.net) (Excess Flood) |
| 2022-07-01 11:03:31 | → | fcser joins (~fcser@booty.farted.net) |
| 2022-07-01 13:24:26 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Quit: WeeChat 3.5) |
| 2022-07-01 13:40:25 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-07-01 13:41:48 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5) |
| 2022-07-01 13:43:10 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2022-07-01 13:46:51 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-07-01 13:49:48 | × | qbt quits (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-07-01 14:09:50 | × | gdd1 quits (~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5) (Ping timeout: 255 seconds) |
| 2022-07-01 14:10:54 | → | gdd1 joins (~gdd@2001:470:1f13:187:445f:c307:f258:c47d) |
| 2022-07-01 14:15:17 | × | gdd1 quits (~gdd@2001:470:1f13:187:445f:c307:f258:c47d) (Excess Flood) |
| 2022-07-01 14:19:39 | → | gdd1 joins (~gdd@2001:470:1f13:187:445f:c307:f258:c47d) |
| 2022-07-01 14:23:58 | × | gdd1 quits (~gdd@2001:470:1f13:187:445f:c307:f258:c47d) (Excess Flood) |
| 2022-07-01 14:25:44 | → | gdd1 joins (~gdd@129.199.146.230) |
| 2022-07-01 15:06:27 | → | benin00 joins (~benin@89.187.179.58) |
| 2022-07-01 15:08:28 | × | benin0 quits (~benin@183.82.26.81) (Ping timeout: 268 seconds) |
| 2022-07-01 15:08:29 | benin00 | is now known as benin0 |
| 2022-07-01 15:30:22 | → | benin06 joins (~benin@183.82.26.81) |
| 2022-07-01 15:33:08 | × | benin0 quits (~benin@89.187.179.58) (Ping timeout: 268 seconds) |
| 2022-07-01 15:33:09 | benin06 | is now known as benin0 |
| 2022-07-01 15:34:08 | × | benin0 quits (~benin@183.82.26.81) (Client Quit) |
| 2022-07-01 15:39:25 | <liskin> | https://www.phoronix.com/scan.php?page=news_item&px=XWayland-Rootfull-Desktop |
| 2022-07-01 15:40:02 | <liskin> | I wonder if there's indeed a future where I'll be running a wayland compositor instead of picom/compton… :-) |
| 2022-07-01 15:40:37 | <liskin> | (and by "future" I mean a temporary transition period before the glorious waylandxmonad thing happens :-)) |
| 2022-07-01 15:50:36 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds) |
| 2022-07-01 16:00:08 | × | valarMorghulis[m quits (~lladeebll@2001:470:69fc:105::2:72) (Quit: You have been kicked for being idle) |
| 2022-07-01 18:01:35 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-07-01 18:53:12 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2022-07-01 18:54:38 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-07-01 19:01:47 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
All times are in UTC.