| 2022-06-02 00:01:58 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-06-02 00:22:30 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-02 01:26:02 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-06-02 01:30:24 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-02 01:31:52 +0000 | <geekosaur> | should I try to make myself available at some point? |
| 2022-06-02 01:57:09 +0000 | rekahsoft | (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) |
| 2022-06-02 02:03:33 +0000 | steve__ | (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-06-02 02:03:56 +0000 | banc- | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 255 seconds) |
| 2022-06-02 02:25:32 +0000 | td_ | (~td@94.134.91.230) (Ping timeout: 255 seconds) |
| 2022-06-02 02:26:10 +0000 | rekahsoft | (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 240 seconds) |
| 2022-06-02 02:27:24 +0000 | td_ | (~td@muedsl-82-207-238-179.citykom.de) |
| 2022-06-02 02:42:11 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 255 seconds) |
| 2022-06-02 04:03:45 +0000 | steve__ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 246 seconds) |
| 2022-06-02 05:23:29 +0000 | chomwitt | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) |
| 2022-06-02 06:17:37 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-06-02 06:19:41 +0000 | cfricke | (~cfricke@user/cfricke) (Client Quit) |
| 2022-06-02 06:20:49 +0000 | mesaoptimizer | (sid546676@user/PapuaHardyNet) |
| 2022-06-02 06:22:31 +0000 | <mesaoptimizer> | I've never seen a `windowPrompt` before and this is my first time adding a keybind to use one. The additional keybind in the snippet does not do anything: what mistake did I make? https://www.irccloud.com/pastebin/EFArdevG/ |
| 2022-06-02 06:25:00 +0000 | Lycurgus | (~juan@user/Lycurgus) |
| 2022-06-02 06:26:01 +0000 | <Lycurgus> | trying to use unity/ubuntu as the default wm forced recall of the silent reason for a tiling wm, namely not to eat the cpu |
| 2022-06-02 06:26:28 +0000 | <Lycurgus> | stumpwm is not as good as xmonad but adequate |
| 2022-06-02 06:29:09 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-06-02 06:30:34 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-06-02 06:41:57 +0000 | <Solid> | liskin: thanks! Btw, under https://zfoh.ch/zurihac2022/projects.html xmonad is listed twice (your entry and my entry). We should probably merge these and just put both of us as the contact there |
| 2022-06-02 06:43:00 +0000 | <Solid> | mesaoptimizer: if you've restarted with M-q, also make sure that you have the relevant fonts installed (the prompt uses bitmap fonts by default, which used to be bundled with X11 on all distros, but aren't anymore) |
| 2022-06-02 06:43:28 +0000 | <Solid> | (or change the font via `def{ font = "xft:monospace" }` or something like that) |
| 2022-06-02 06:44:21 +0000 | <mesaoptimizer> | Yeah, that worked. I'm a bit surprised at this silent failure though :/ |
| 2022-06-02 06:44:43 +0000 | <mesaoptimizer> | thanks! |
| 2022-06-02 06:45:17 +0000 | Lycurgus | (~juan@user/Lycurgus) (Quit: Exeunt juan@acm.org) |
| 2022-06-02 06:45:31 +0000 | <Solid> | yeah that's a good point |
| 2022-06-02 06:46:19 +0000 | <Solid> | But I'm not sure what can be done in such a situation... I guess we could trigger xmessage or something saying that the font couldn't be found |
| 2022-06-02 06:46:28 +0000 | <Solid> | not sure it that would be too annoying |
| 2022-06-02 06:50:50 +0000 | <Solid> | mh, probably not since something not working without explanation is exactly the kind of thing that one would hope came with a giant popup explaining "THIS IS WHAT YOU HAVE TO DO" |
| 2022-06-02 06:51:23 +0000 | <Solid> | mesaoptimizer: I have to run now, but if you could create an issue in the xmonad-contrib repo so we don't forget about this that would be great! |
| 2022-06-02 06:51:45 +0000 | <mesaoptimizer> | I'll do that! |
| 2022-06-02 06:52:23 +0000 | Solitary | (~Solitary@user/solitary) (Ping timeout: 255 seconds) |
| 2022-06-02 06:56:43 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-02 07:04:05 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2022-06-02 07:04:22 +0000 | <mesaoptimizer> | here you go https://github.com/xmonad/xmonad-contrib/issues/723 |
| 2022-06-02 07:05:01 +0000 | <mc47> | liskin, Solid: xmonad appears twice in the projects list for ZuriHac, maybe it's confusing for some people. Should we remove an entry? |
| 2022-06-02 07:06:57 +0000 | <mc47> | ah, I see you talked about that already lol! I was checking the freenode logs for some reason and missed that |
| 2022-06-02 07:07:03 +0000 | <mc47> | sorry O:) |
| 2022-06-02 07:38:43 +0000 | <Solid[m]> | mc47: yeah, sorry, I should have highlighted you as well :) |
| 2022-06-02 07:43:24 +0000 | <mc47> | all good ;) |
| 2022-06-02 07:52:17 +0000 | Solitary | (~Solitary@user/solitary) |
| 2022-06-02 08:03:56 +0000 | cfricke | (~cfricke@user/cfricke) (Ping timeout: 255 seconds) |
| 2022-06-02 08:09:07 +0000 | Hash | stoned |
| 2022-06-02 08:37:55 +0000 | sheb | (~sheb@31.223.228.71) (Quit: Leaving) |
| 2022-06-02 08:37:58 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-06-02 08:46:50 +0000 | ghormoon | (~ghormoon@ghorland.net) (Ping timeout: 240 seconds) |
| 2022-06-02 09:00:18 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-06-02 09:01:59 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds) |
| 2022-06-02 09:03:33 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-06-02 09:08:27 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2022-06-02 09:34:40 +0000 | <geekosaur> | zurihac-goers: apparently they're using discord over there? should I try to make myself available at some point? (not that I have any business being awake at this time, but, well.) |
| 2022-06-02 09:34:53 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
| 2022-06-02 09:35:16 +0000 | <geekosaur> | also I thought we already had code to default fonts properly if we had xft support |
| 2022-06-02 09:37:36 +0000 | <Solid[m]> | geekosaur: currently looking into setting up an IRC (or matrix) bridge for the Discord thing, so hopefully that'll be available soon-ish |
| 2022-06-02 09:37:57 +0000 | <Solid[m]> | r.e. fonts: yeah, I've noticed that as well |
| 2022-06-02 09:38:06 +0000 | <Solid[m]> | all fixed in 0.17.0 already, if only distros would ship it :/ |
| 2022-06-02 09:43:29 +0000 | <geekosaur> | flip side, maybe we give up the pretense of releases and just tell everyone to run from git :) |
| 2022-06-02 10:07:45 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 246 seconds) |
| 2022-06-02 10:11:19 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-02 10:27:03 +0000 | <liskin> | Solid[m], mc47: https://github.com/zfoh/zfoh.ch/pull/169 |
| 2022-06-02 10:27:51 +0000 | <mc47[m]> | Awesome, thanks |
| 2022-06-02 10:48:39 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 258 seconds) |
| 2022-06-02 10:54:19 +0000 | cfricke | (~cfricke@user/cfricke) (Ping timeout: 244 seconds) |
| 2022-06-02 11:17:18 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-02 12:52:44 +0000 | ghormoon | (~ghormoon@ghorland.net) |
| 2022-06-02 13:32:44 +0000 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5) |
| 2022-06-02 13:43:10 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-02 14:53:03 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-06-02 15:12:54 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 276 seconds) |
| 2022-06-02 16:00:12 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-06-02 16:05:45 +0000 | stackdroid18 | (14094@user/stackdroid) |
| 2022-06-02 16:43:23 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-06-02 17:08:09 +0000 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.5) |
| 2022-06-02 17:18:48 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-06-02 17:48:56 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-02 18:53:09 +0000 | berberman | (~berberman@user/berberman) |
| 2022-06-02 18:54:17 +0000 | berberman_ | (~berberman@user/berberman) (Ping timeout: 248 seconds) |
| 2022-06-02 19:16:08 +0000 | rekahsoft | (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) |
| 2022-06-02 19:20:49 +0000 | aliosablack | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) |
| 2022-06-02 19:21:56 +0000 | chomwitt | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) (Ping timeout: 258 seconds) |
| 2022-06-02 19:28:45 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-06-02 20:43:52 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) (Ping timeout: 250 seconds) |
| 2022-06-02 20:44:42 +0000 | henrix | (~henrix@user/henrix) () |
| 2022-06-02 21:24:20 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::ba9a) |
| 2022-06-02 21:57:12 +0000 | aliosablack | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) (Ping timeout: 272 seconds) |
| 2022-06-02 21:57:59 +0000 | chomwitt | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) |
| 2022-06-02 22:17:52 +0000 | chomwitt | (~chomwitt@2a02:587:dc0e:3e00:bc0d:a683:e7e9:901) (Ping timeout: 244 seconds) |
| 2022-06-02 23:02:36 +0000 | <liskin> | Solid[m]: https://store.lisk.in/tmp/2022-06-03_00-02.png |
| 2022-06-02 23:02:51 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
| 2022-06-02 23:03:58 +0000 | <liskin> | I wish I lived in a country where all public transport is integrated into one system :-) |
| 2022-06-02 23:06:10 +0000 | <liskin> | geekosaur: re making yourself available - no idea whether that would be useful or not; I have no plans for zurihac other than chatting to people over beer and maybe catching up a bit on all the xmonad-related stuff in my todo list and inbox :-) |
| 2022-06-02 23:07:04 +0000 | <geekosaur> | okay. I've been poking at annoying bugs as you might have noticed :) |
| 2022-06-02 23:07:05 +0000 | <liskin> | geekosaur: if you could say hi over a video call or something, that might be useful, but if not, we'll just make sure no decisions are made without keeping you in the loop over IRC |
| 2022-06-02 23:07:37 +0000 | <liskin> | yeah; I admire your ability to consistently be helpful despite whatever happens in your life :-) |
| 2022-06-02 23:09:29 +0000 | <geekosaur> | yeh, I spent much of today wrangling health insurance but still found time to xmonad |
| 2022-06-02 23:09:55 +0000 | <geekosaur> | (since I'm not in a civilized country) |