Logs: liberachat/#xmonad
| 2021-09-21 02:22:06 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-09-21 03:23:00 | → | cjb41988 joins (~cjbayliss@user/cjb) |
| 2021-09-21 03:23:20 | × | cjb41988 quits (~cjbayliss@user/cjb) (Client Quit) |
| 2021-09-21 03:24:50 | → | cjb84397 joins (~cjbayliss@user/cjb) |
| 2021-09-21 03:25:15 | cjb | is now known as Guest2446 |
| 2021-09-21 03:25:15 | cjb84397 | is now known as cjb |
| 2021-09-21 03:25:16 | × | Guest2446 quits (~cjbayliss@user/cjb) (Ping timeout: 260 seconds) |
| 2021-09-21 03:55:48 | → | sagax joins (~sagax_nb@user/sagax) |
| 2021-09-21 05:35:01 | × | cjb quits (~cjbayliss@user/cjb) () |
| 2021-09-21 05:52:24 | → | jceb[m] joins (~jcebmatri@2001:470:69fc:105::1396) |
| 2021-09-21 05:53:11 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.2) |
| 2021-09-21 05:59:12 | <jceb[m]> | Good morning. I'm a big fan of `CycleWS`' `toogleWS` function to switch back to the previously viewed workspace. However, I noticed that `toggleWS` only switches back to the previously viewed workspace when it's not visible on another screen. Say I have workspace 1 on screen 1 and workspace 2 on screen two. When I greedyView workspace 2 on screen one, the screens swap workspaces. Now, when I trigger `toogleWS` on screen 1 my expectation is that |
| 2021-09-21 05:59:12 | <jceb[m]> | workspace 2 and 1 swap screens again. Instead, workspace 1 stays on screen 2 while workspace 1 is swapped with the second last workspace that I viewed on screen 1, e.g. workspace 3. I'd very much appreciate your help in solving the issue. |
| 2021-09-21 05:59:34 | <jceb[m]> | s/Good morning. I'm a big fan of `CycleWS`' `toogleWS` function to switch back to the previously viewed workspace. However, I noticed that `toggleWS` only switches back to the previously viewed workspace when it's not visible on another screen. Say I have workspace 1 on screen 1 and workspace 2 on screen two. When I greedyView workspace 2 on screen one, the screens swap workspaces. Now, when I trigger `toogleWS` on screen 1 my expectation is |
| 2021-09-21 05:59:34 | <jceb[m]> | that workspace 2 and 1 swap screens again. Instead, workspace 1 stays on screen 2 while workspace 1 is swapped with the second last workspace that I viewed on screen 1, e.g. workspace 3. I'd very much appreciate your help in solving the issue./Good morning. I'm a big fan of `CycleWS`' `toogleWS` function to switch back to the previously viewed workspace. However, I noticed that `toggleWS` only switches back to the previously viewed workspace |
| 2021-09-21 05:59:34 | <jceb[m]> | when the workspace is not visible on another screen. Say I have workspace 1 on screen 1 and workspace 2 on screen two. When I greedyView workspace 2 on screen one, the screens swap workspaces. Now, when I trigger `toogleWS` on screen 1 my expectation is that workspace 2 and 1 swap screens again. Instead, workspace 1 stays on screen 2 while workspace 1 is swapped with the second last workspace that I viewed on screen 1, e.g. workspace 3. I'd very |
| 2021-09-21 05:59:34 | <jceb[m]> | much appreciate your help in solving the issue./ |
| 2021-09-21 05:59:51 | <jceb[m]> | s/Good morning. I'm a big fan of `CycleWS`' `toogleWS` function to switch back to the previously viewed workspace. However, I noticed that `toggleWS` only switches back to the previously viewed workspace when it's not visible on another screen. Say I have workspace 1 on screen 1 and workspace 2 on screen two. When I greedyView workspace 2 on screen one, the screens swap workspaces. Now, when I trigger `toogleWS` on screen 1 my expectation is |
| 2021-09-21 05:59:51 | <jceb[m]> | that workspace 2 and 1 swap screens again. Instead, workspace 1 stays on screen 2 while workspace 1 is swapped with the second last workspace that I viewed on screen 1, e.g. workspace 3. I'd very much appreciate your help in solving the issue./Good morning. I'm a big fan of `CycleWS`' `toogleWS` function to switch back to the previously viewed workspace. However, I noticed that `toggleWS` only switches back to the previously viewed workspace |
| 2021-09-21 05:59:51 | <jceb[m]> | when the workspace is not visible on another screen. Say I have workspace 1 on screen 1 and workspace 2 on screen two. When I greedyView workspace 2 on screen 1, the screens swap workspaces. Now, when I trigger `toogleWS` on screen 1 my expectation is that workspace 2 and 1 swap screens again. Instead, workspace 1 stays on screen 2 while workspace 1 is swapped with the second last workspace that I viewed on screen 1, e.g. workspace 3. I'd very |
| 2021-09-21 05:59:51 | <jceb[m]> | much appreciate your help in solving the issue./ |
| 2021-09-21 06:02:35 | → | electr0n joins (~electr0n@about/security/founder/electr0n) |
| 2021-09-21 06:05:49 | <jceb[m]> | ^^ I just found a solution: CycleWorkspaceByScreen behaves exactly how I expected it 😄 |
| 2021-09-21 06:32:52 | → | qbt joins (~edun@user/edun) |
| 2021-09-21 06:47:15 | <elonsroadster[m]> | jceb[m]: NICE! Glad to see that at least one other person is using that module. To me it seems like much more natural behavior for cycle workspaces... |
| 2021-09-21 06:48:42 | <jceb[m]> | elonsroadster[m]: but the API is on toggleWS' side .. shorter module name, very short function name ;-) |
| 2021-09-21 06:49:11 | <elonsroadster[m]> | hah well, the shorter names were already taken when I wrote the module. |
| 2021-09-21 06:50:44 | <jceb[m]> | thanks for writing the module, it bothered me for years but I never got around looking into the issue. Glad you took the time! |
| 2021-09-21 06:54:39 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-09-21 07:00:33 | → | sundbry joins (~quassel@99-42-143-129.lightspeed.sntcca.sbcglobal.net) |
| 2021-09-21 07:37:17 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-09-21 08:04:57 | → | benin036932301 joins (~benin@183.82.205.89) |
| 2021-09-21 08:13:53 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 264 seconds) |
| 2021-09-21 08:17:25 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-09-21 08:17:50 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-09-21 08:30:23 | × | benin036932301 quits (~benin@183.82.205.89) (Ping timeout: 246 seconds) |
| 2021-09-21 08:33:53 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 246 seconds) |
| 2021-09-21 08:35:44 | <HAL[m]> | Hi, I have the following binding... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/850983d12ce296872eeeff2ac4de0d18b2170495) |
| 2021-09-21 08:36:26 | <HAL[m]> | * Hi, I have the following binding... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/f94951aa1a28208c0257e6106ebc821b98e21a67) |
| 2021-09-21 08:38:07 | → | benin036932301 joins (~benin@183.82.205.89) |
| 2021-09-21 08:47:14 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-09-21 09:11:32 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-09-21 09:41:32 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.2.1) |
| 2021-09-21 09:46:54 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2021-09-21 09:59:14 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-09-21 10:39:10 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-09-21 11:44:29 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-09-21 12:27:41 | × | benin036932301 quits (~benin@183.82.205.89) (Ping timeout: 264 seconds) |
| 2021-09-21 12:50:03 | → | wonko joins (~wjc@62.115.229.50) |
| 2021-09-21 13:11:57 | ← | grvxs[m] parts (~grvxsmatr@2001:470:69fc:105::cf13) () |
| 2021-09-21 13:49:12 | → | jokleinn joins (~jokleinn@user/jokleinn) |
| 2021-09-21 14:11:09 | → | nomadxxxx3 joins (~lanomadx@69.167.36.188) |
| 2021-09-21 14:11:10 | × | nomadxx3 quits (~lanomadx@69.167.38.229) (Ping timeout: 252 seconds) |
| 2021-09-21 14:11:45 | × | joshproehl quits (~quassel@user/joshproehl) (Remote host closed the connection) |
| 2021-09-21 14:12:16 | × | lazycat quits (~lazycat@user/lazycat) (Ping timeout: 252 seconds) |
| 2021-09-21 14:12:39 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2021-09-21 14:12:46 | → | Nahra` joins (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-09-21 14:12:49 | × | Nahra quits (~user@static.161.95.99.88.clients.your-server.de) (Ping timeout: 252 seconds) |
| 2021-09-21 14:14:08 | → | lazycat joins (~lazycat@user/lazycat) |
| 2021-09-21 15:15:07 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-09-21 15:37:08 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2.1) |
| 2021-09-21 15:50:50 | × | jokleinn quits (~jokleinn@user/jokleinn) (Ping timeout: 252 seconds) |
| 2021-09-21 15:51:27 | → | jokleinn joins (~jokleinn@user/jokleinn) |
| 2021-09-21 15:52:35 | × | qbt quits (~edun@user/edun) (Quit: Leaving) |
| 2021-09-21 16:31:15 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-09-21 16:36:42 | × | jokleinn quits (~jokleinn@user/jokleinn) (Quit: WeeChat 3.2) |
| 2021-09-21 16:55:00 | × | nomadxxxx3 quits (~lanomadx@69.167.36.188) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-09-21 16:55:24 | → | nomadxx3 joins (~lanomadx@69.167.36.188) |
| 2021-09-21 17:01:47 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 252 seconds) |
| 2021-09-21 17:07:49 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-09-21 17:10:01 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-09-21 17:43:10 | → | Forkk joins (~forkk@li926-228.members.linode.com) |
| 2021-09-21 17:55:55 | → | cfricke joins (~cfricke@user/cfricke) |
| 2021-09-21 18:39:15 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Remote host closed the connection) |
| 2021-09-21 18:56:44 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 252 seconds) |
| 2021-09-21 19:03:09 | → | Guest18 joins (~Guest18@h-158-174-116-17.A465.priv.bahnhof.se) |
| 2021-09-21 19:03:40 | × | Guest18 quits (~Guest18@h-158-174-116-17.A465.priv.bahnhof.se) (Client Quit) |
| 2021-09-21 19:33:29 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-09-21 19:40:03 | → | electr0n joins (~electr0n@about/security/founder/electr0n) |
| 2021-09-21 19:53:49 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-09-21 19:54:09 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-09-21 21:04:20 | × | wonko quits (~wjc@62.115.229.50) (Ping timeout: 252 seconds) |
| 2021-09-21 21:58:33 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-09-21 22:00:04 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.2.1) |
| 2021-09-21 22:26:26 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-09-21 23:33:26 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-09-21 23:42:19 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-09-21 23:42:39 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-09-22 00:26:24 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Remote host closed the connection) |
| 2021-09-22 00:58:21 | × | matijja quits (~matijja@193.77.181.201) (Quit: ZNC 1.8.1 - https://znc.in) |
| 2021-09-22 00:58:47 | → | matijja joins (~matijja@193.77.181.201) |
| 2021-09-22 01:06:24 | <jakefromstatefar> | Which shell do you use in your terminal? Is it different from your login shell (the one xmonad, unless otherwise told, will use)? |
| 2021-09-22 01:07:54 | <geekosaur> | zsh with some evil dotfile horkery to switch me into it if it's available but not my current shell. although usually I just switch my login shell to zsh |
| 2021-09-22 01:30:44 | × | matijja quits (~matijja@193.77.181.201) (Quit: ZNC 1.8.1 - https://znc.in) |
| 2021-09-22 01:32:59 | → | matijja joins (~matijja@193.77.181.201) |
| 2021-09-22 01:59:28 | → | a6a45081-2b83 joins (~aditya@2601:249:4300:1296:88ec:cc73:84d4:1507) |
| 2021-09-22 02:04:53 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 264 seconds) |
| 2021-09-22 02:15:05 | × | td_ quits (~td@muedsl-82-207-238-060.citykom.de) (Ping timeout: 252 seconds) |
| 2021-09-22 02:17:02 | → | td_ joins (~td@94.134.91.222) |
| 2021-09-22 02:23:58 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
All times are in UTC.