Logs: liberachat/#xmonad
| 2022-01-18 15:30:40 | → | ebray187 joins (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) |
| 2022-01-18 15:30:46 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-18 15:47:54 | × | samhh quits (7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection) |
| 2022-01-18 15:47:54 | × | zoglesby quits (f0f8ca1525@user/zoglesby) (Remote host closed the connection) |
| 2022-01-18 15:47:54 | × | raghavgururajan quits (ea769b8000@user/raghavgururajan) (Remote host closed the connection) |
| 2022-01-18 15:48:28 | → | samhh joins (7569f027cf@2604:bf00:561:2000::e4) |
| 2022-01-18 15:48:42 | → | zoglesby joins (f0f8ca1525@user/zoglesby) |
| 2022-01-18 15:48:49 | → | raghavgururajan joins (ea769b8000@user/raghavgururajan) |
| 2022-01-18 15:52:41 | → | DangerBird joins (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) |
| 2022-01-18 16:26:11 | × | edun quits (~qbt@user/edun) (Quit: Leaving.) |
| 2022-01-18 16:38:03 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 2022-01-18 17:03:52 | → | DangerBird_ joins (DangerBird@gateway/vpn/protonvpn/dangerbird) |
| 2022-01-18 17:06:21 | × | DangerBird quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Ping timeout: 256 seconds) |
| 2022-01-18 17:15:58 | → | edun joins (~qbt@user/edun) |
| 2022-01-18 17:37:53 | → | DangerBird__ joins (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) |
| 2022-01-18 17:40:45 | × | DangerBird_ quits (DangerBird@gateway/vpn/protonvpn/dangerbird) (Ping timeout: 256 seconds) |
| 2022-01-18 18:07:23 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-01-18 18:20:59 | × | gdd quits (~gdd@129.199.146.230) (Ping timeout: 256 seconds) |
| 2022-01-18 18:21:38 | → | dirtcastle joins (~dirtcastl@103.43.203.225) |
| 2022-01-18 18:47:39 | × | sogens quits (~Sogens@gateway/vpn/pia/sogens) (Ping timeout: 268 seconds) |
| 2022-01-18 18:49:02 | → | sogens joins (~Sogens@gateway/vpn/pia/sogens) |
| 2022-01-18 18:53:20 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-18 18:54:35 | × | sogens quits (~Sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds) |
| 2022-01-18 18:55:07 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-18 18:56:16 | → | sogens joins (~Sogens@gateway/vpn/pia/sogens) |
| 2022-01-18 19:00:32 | × | sogens quits (~Sogens@gateway/vpn/pia/sogens) (Ping timeout: 240 seconds) |
| 2022-01-18 19:02:37 | → | sogens joins (~Sogens@gateway/vpn/pia/sogens) |
| 2022-01-18 19:07:27 | × | sogens quits (~Sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds) |
| 2022-01-18 19:08:00 | × | dirtcastle quits (~dirtcastl@103.43.203.225) (Ping timeout: 268 seconds) |
| 2022-01-18 19:08:07 | → | dirtcastle joins (~dirtcastl@2409:4072:91f:caa4:a80d:5ff:fe1c:f864) |
| 2022-01-18 19:08:56 | → | sogens joins (~Sogens@pa49-182-138-25.pa.qld.optusnet.com.au) |
| 2022-01-18 19:14:37 | × | dirtcastle quits (~dirtcastl@2409:4072:91f:caa4:a80d:5ff:fe1c:f864) (Ping timeout: 240 seconds) |
| 2022-01-18 19:17:49 | × | sogens quits (~Sogens@pa49-182-138-25.pa.qld.optusnet.com.au) (Quit: WeeChat 3.4) |
| 2022-01-18 19:20:00 | → | sogens joins (~Sogens@pa49-182-138-25.pa.qld.optusnet.com.au) |
| 2022-01-18 19:25:53 | × | sogens quits (~Sogens@pa49-182-138-25.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
| 2022-01-18 19:27:19 | → | sogens joins (~Sogens@23.81.114.219) |
| 2022-01-18 19:38:03 | <geekosaur> | I should probably try to express that move-all-windows thing as a fold instead of a map, to see if I can get it down to a single `windows` call instead of one per window |
| 2022-01-18 19:38:48 | <geekosaur> | although come to think of it that would still leave the original problem of it wanting an Endo Windowset |
| 2022-01-18 19:46:50 | <Solid> | something like `windows (\ws -> foldr (W.shiftWin "1") ws (W.allWindows ws))` should probably work anyways |
| 2022-01-18 19:47:23 | <Solid> | don't have to get the windowset since windows already does that for us |
| 2022-01-18 19:58:45 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-18 20:00:29 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-18 20:12:03 | → | dirtcastle joins (~dirtcastl@2409:4072:91f:caa4:98e4:b8ff:fe73:1220) |
| 2022-01-18 20:16:17 | × | dirtcastle quits (~dirtcastl@2409:4072:91f:caa4:98e4:b8ff:fe73:1220) (Ping timeout: 240 seconds) |
| 2022-01-18 20:17:17 | → | dirtcastle joins (~dirtcastl@2409:4072:91f:caa4:6c85:f7ff:fe67:b5b4) |
| 2022-01-18 20:25:56 | <geekosaur> | now I'm expecting to get bitched at by the dunst folks |
| 2022-01-18 20:25:57 | × | dirtcastle quits (~dirtcastl@2409:4072:91f:caa4:6c85:f7ff:fe67:b5b4) (Ping timeout: 240 seconds) |
| 2022-01-18 20:28:08 | <geekosaur> | but I stand by what I said: wayland is not ready for production use, throwing out X11 support is very premature |
| 2022-01-18 20:38:04 | <Solid> | seems like they're open to adding it back |
| 2022-01-18 20:38:57 | <geekosaur> | actually I just got a message saying it's coming back next version due to user feedback. (I checked their issues; there are a number of complaints) |
| 2022-01-18 20:39:34 | <liskin> | what, did they really drop X11 support? |
| 2022-01-18 20:39:56 | <geekosaur> | they dropped support for X11 keybindings since that made it par with wayland that didn't need them |
| 2022-01-18 20:40:20 | <geekosaur> | except… the start of the issue was aboiut the same question *on wayland*, so I wonder how true that really was |
| 2022-01-18 20:40:41 | <liskin> | oh, I should probably just catch up with the messages first |
| 2022-01-18 20:41:48 | <geekosaur> | (unless they mean there's a tool for global keybinds. fine, I have a tool for that in X11 Mate, but it still doesn't work well for this) |
| 2022-01-18 21:27:11 | × | edun quits (~qbt@user/edun) (Quit: Leaving.) |
| 2022-01-18 21:32:05 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-01-18 22:27:38 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-01-18 23:22:21 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2022-01-19 00:15:20 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-19 00:15:39 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-19 00:34:25 | × | DangerBird__ quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Ping timeout: 256 seconds) |
| 2022-01-19 01:15:45 | → | dirtcastle joins (~dirtcastl@2409:4072:91f:caa4:b8cd:5bff:fec6:2937) |
| 2022-01-19 01:28:47 | × | Buliarou1 quits (~gypsydang@46.232.210.139) (Quit: leaving) |
| 2022-01-19 01:29:12 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2022-01-19 01:29:39 | × | Buliarous quits (~gypsydang@46.232.210.139) (Client Quit) |
| 2022-01-19 01:30:42 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2022-01-19 01:32:18 | × | Buliarous quits (~gypsydang@46.232.210.139) (Client Quit) |
| 2022-01-19 01:38:42 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2022-01-19 01:38:57 | × | Buliarous quits (~gypsydang@46.232.210.139) (Client Quit) |
| 2022-01-19 01:40:24 | → | Buliarous joins (~gypsydang@46.232.210.139) |
| 2022-01-19 01:40:50 | → | DangerBird__ joins (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) |
| 2022-01-19 02:24:21 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 2022-01-19 03:04:11 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-01-19 03:21:17 | × | dirtcastle quits (~dirtcastl@2409:4072:91f:caa4:b8cd:5bff:fec6:2937) (Ping timeout: 240 seconds) |
| 2022-01-19 03:24:16 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-01-19 03:34:47 | × | td_ quits (~td@muedsl-82-207-238-179.citykom.de) (Ping timeout: 256 seconds) |
| 2022-01-19 03:36:16 | → | td_ joins (~td@muedsl-82-207-238-121.citykom.de) |
| 2022-01-19 03:41:24 | → | dirtcastle joins (~dirtcastl@2409:4072:6d0e:e71d:c872:40ff:fe4d:8f59) |
| 2022-01-19 03:45:37 | × | dirtcastle quits (~dirtcastl@2409:4072:6d0e:e71d:c872:40ff:fe4d:8f59) (Ping timeout: 240 seconds) |
| 2022-01-19 03:46:49 | → | dirtcastle joins (~dirtcastl@103.43.203.225) |
| 2022-01-19 03:53:43 | × | ebray187 quits (~ebray187@2800:150:129:17c4:224:1dff:fed5:599e) (Quit: Konversation terminated!) |
| 2022-01-19 04:31:14 | × | vanvik quits (~vanvik@78.156.12.223) (Ping timeout: 250 seconds) |
| 2022-01-19 05:06:12 | × | sogens quits (~Sogens@23.81.114.219) (Quit: WeeChat 3.4) |
| 2022-01-19 05:06:28 | → | sogens joins (~Sogens@23.81.114.219) |
| 2022-01-19 05:19:27 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 256 seconds) |
| 2022-01-19 05:22:41 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-19 05:32:16 | → | edun joins (~qbt@user/edun) |
| 2022-01-19 05:49:08 | → | vanvik joins (~vanvik@78.156.12.223) |
| 2022-01-19 05:52:42 | × | mvk quits (~mvk@2607:fea8:5cdd:f000::55f8) (Ping timeout: 250 seconds) |
| 2022-01-19 06:31:50 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-01-19 06:32:09 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-19 06:45:01 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 256 seconds) |
| 2022-01-19 06:47:51 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-19 07:10:45 | → | DangerBird joins (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) |
| 2022-01-19 07:12:47 | × | DangerBird__ quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Ping timeout: 256 seconds) |
| 2022-01-19 07:31:26 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-01-19 07:33:40 | × | DangerBird quits (~DangerBir@dhcp-v215-170.vp.reshsg.uci.edu) (Ping timeout: 250 seconds) |
| 2022-01-19 08:29:32 | × | thunderrd quits (~thunderrd@183.182.111.29) (Ping timeout: 240 seconds) |
| 2022-01-19 08:39:25 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
All times are in UTC.