Logs: liberachat/#xmonad
| 2023-03-09 09:48:14 | <Solid> | (and to be honest, I don't think I could fill an entire blog post about our activities, but then I'm not very good at that kind of stuff) |
| 2023-03-09 09:48:28 | <liskin> | most pubs let you in on skates, you can carry them on board an airplane, and so on |
| 2023-03-09 09:48:57 | <Solid> | certainly more portable than a bike :) |
| 2023-03-09 09:49:38 | <liskin> | exactly |
| 2023-03-09 10:46:03 | × | chomwitt quits (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 248 seconds) |
| 2023-03-09 12:10:27 | → | mzanic joins (~mzanic@141.138.10.98) |
| 2023-03-09 13:09:19 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-03-09 13:18:32 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-03-09 13:49:44 | → | chomwitt joins (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) |
| 2023-03-09 14:31:22 | × | mzanic quits (~mzanic@141.138.10.98) (Quit: Lost terminal) |
| 2023-03-09 15:27:46 | × | chomwitt quits (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 252 seconds) |
| 2023-03-09 15:34:16 | <kora9> | Can the font size for xmonad tabs view be customized? |
| 2023-03-09 15:35:58 | <geekosaur> | use something like https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L289-L290 |
| 2023-03-09 15:36:46 | <kora9> | geekosaur: Cool, thanks :) |
| 2023-03-09 15:56:24 | <kora9> | geekosaur: Do you have to recompile xmonad after changing the font size? Just reloading doesn't seem to work |
| 2023-03-09 15:56:40 | <geekosaur> | mod-shift-space |
| 2023-03-09 15:57:14 | <kora9> | geekosaur: what is that bound to? |
| 2023-03-09 15:58:44 | <geekosaur> | `setLayout $ layoutHook conf`, but you probably don't have `conf` in scope so `asks (layoutHook . config) >>= setLayout` |
| 2023-03-09 15:58:54 | <geekosaur> | er |
| 2023-03-09 15:58:58 | <geekosaur> | typo |
| 2023-03-09 15:59:30 | <geekosaur> | no, it's fine, my font rendering is off a bit so it looked like `>>-` here but it's `>>=` |
| 2023-03-09 16:00:09 | × | Thiago[m] quits (~thiagommm@2001:470:69fc:105::3:7da) (Quit: You have been kicked for being idle) |
| 2023-03-09 16:03:53 | <kora9> | geekosaur: Ah, nice that worked! (Why isn't it updated when xmonad is reloaded?) |
| 2023-03-09 16:04:02 | <kora9> | reloading -> that command worked |
| 2023-03-09 16:04:46 | <geekosaur> | because there are things like number of master windows, position in layout group, position of divider between master and slave panes, etc. that would be lost if we always reloaded |
| 2023-03-09 16:04:51 | <kora9> | Is it because that information is stored as part of the active layout, sort of like window positions? |
| 2023-03-09 16:04:57 | <geekosaur> | so we only reload if the type changes and we're forced to |
| 2023-03-09 16:04:58 | <kora9> | Ah, yeah |
| 2023-03-09 16:05:23 | <geekosaur> | and yes, that all is stored inside the layout as parameters to the layout constructor |
| 2023-03-09 16:05:32 | <geekosaur> | (s) |
| 2023-03-09 16:06:14 | <kora9> | That makes sense |
| 2023-03-09 16:06:53 | <geekosaur> | you can stick that incantation into the startupHook if you want to always reload it |
| 2023-03-09 16:08:52 | <kora9> | geekosaur: Yeah considering it, if there are no gotchas :) |
| 2023-03-09 16:12:33 | <geekosaur> | you could always try it and remove it if you don't like it |
| 2023-03-09 16:13:08 | <geekosaur> | it won't break anything, it might be annoying at times because you expect reload to not lose information |
| 2023-03-09 16:13:58 | <kora9> | True |
| 2023-03-09 16:15:39 | <geekosaur> | you'll also note that most of what I listed is applicable to layouts like Tall; if you're using Tabbed everywhere you may not care |
| 2023-03-09 16:21:15 | × | jabuxas quits (~jabuxas@user/jabuxas) (Quit: WeeChat 3.7.1) |
| 2023-03-09 16:21:37 | <kora9> | geekosaur: I'm using tabbed only on some workspaces, with Tall on the others (mostly because I haven't thoroughly checked out most of the other layout types yet) |
| 2023-03-09 16:22:59 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 2023-03-09 16:23:26 | × | jabuxas quits (~jabuxas@user/jabuxas) (Client Quit) |
| 2023-03-09 16:24:59 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 2023-03-09 16:26:38 | <kora9> | Is there any weather script/app that has additional information like wave height and wind speed? |
| 2023-03-09 16:34:01 | → | chomwitt joins (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) |
| 2023-03-09 16:35:53 | <geekosaur> | that I wouldn't know, sorry |
| 2023-03-09 16:40:59 | × | chomwitt quits (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 264 seconds) |
| 2023-03-09 16:45:48 | × | hightower2 quits (~hightower@85.94.71.188) (Ping timeout: 255 seconds) |
| 2023-03-09 17:09:25 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2023-03-09 17:20:21 | → | hightower2 joins (~hightower@213.202.92.87) |
| 2023-03-09 18:09:55 | × | Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Read error: Connection reset by peer) |
| 2023-03-09 18:10:15 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 2023-03-09 18:11:22 | × | Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Client Quit) |
| 2023-03-09 18:12:14 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 2023-03-09 18:24:04 | × | Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Ping timeout: 268 seconds) |
| 2023-03-09 18:25:59 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 2023-03-09 18:46:43 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8) |
| 2023-03-09 19:15:22 | → | ft joins (~ft@p3e9bc443.dip0.t-ipconnect.de) |
| 2023-03-09 19:45:46 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-03-09 20:18:48 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-03-09 23:12:21 | × | fnurglewitz quits (uid263868@id-263868.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
| 2023-03-10 03:03:58 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 276 seconds) |
| 2023-03-10 03:20:51 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 2023-03-10 03:22:32 | × | matijja quits (~matijja@193.77.181.201) (Ping timeout: 252 seconds) |
| 2023-03-10 03:28:01 | × | td_ quits (~td@i53870909.versanet.de) (Ping timeout: 276 seconds) |
| 2023-03-10 03:29:03 | → | td_ joins (~td@i53870929.versanet.de) |
| 2023-03-10 04:16:31 | → | catman joins (~catman@user/catman) |
| 2023-03-10 04:21:42 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.8) |
| 2023-03-10 04:22:02 | → | catman joins (~catman@user/catman) |
| 2023-03-10 04:36:21 | × | catman quits (~catman@user/catman) (Ping timeout: 255 seconds) |
| 2023-03-10 05:02:58 | → | matijja joins (~matijja@193.77.181.201) |
| 2023-03-10 05:50:35 | × | abhixec quits (~abhinav@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2023-03-10 06:43:00 | × | telser quits (~quassel@user/telser) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2023-03-10 06:49:03 | → | chomwitt joins (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) |
| 2023-03-10 07:43:28 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-03-10 08:07:15 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-10 08:23:48 | × | ft quits (~ft@p3e9bc443.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-03-10 08:32:43 | × | derfflinger quits (~derffling@user/derfflinger) (Ping timeout: 248 seconds) |
| 2023-03-10 08:51:59 | → | srk- joins (~sorki@user/srk) |
| 2023-03-10 08:52:34 | → | srk| joins (~sorki@user/srk) |
| 2023-03-10 08:55:06 | × | srk quits (~sorki@user/srk) (Ping timeout: 255 seconds) |
| 2023-03-10 08:55:41 | srk| | is now known as srk |
| 2023-03-10 08:56:41 | → | fnurglewitz joins (uid263868@id-263868.lymington.irccloud.com) |
| 2023-03-10 08:56:55 | × | srk- quits (~sorki@user/srk) (Ping timeout: 276 seconds) |
| 2023-03-10 09:02:01 | → | srk- joins (~sorki@user/srk) |
| 2023-03-10 09:06:14 | × | srk quits (~sorki@user/srk) (Ping timeout: 255 seconds) |
| 2023-03-10 09:06:15 | srk- | is now known as srk |
| 2023-03-10 09:39:42 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-10 10:42:08 | × | chomwitt quits (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) (Ping timeout: 248 seconds) |
| 2023-03-10 10:42:31 | → | malook joins (~Thunderbi@2a02:9b0:402b:73d1:7ea0:ab91:bb25:8a88) |
| 2023-03-10 11:07:07 | → | mncheck joins (~mncheck@193.224.205.254) |
| 2023-03-10 11:16:10 | × | malook quits (~Thunderbi@2a02:9b0:402b:73d1:7ea0:ab91:bb25:8a88) (Ping timeout: 260 seconds) |
| 2023-03-10 11:21:52 | × | derfflinger quits (~derffling@user/derfflinger) (Ping timeout: 276 seconds) |
| 2023-03-10 11:26:09 | → | chomwitt joins (~chomwitt@2a02:587:7a18:6d00:1ac0:4dff:fedb:a3f1) |
| 2023-03-10 11:52:50 | → | derfflinger joins (~derffling@user/derfflinger) |
| 2023-03-10 12:37:24 | × | td_ quits (~td@i53870929.versanet.de) (Ping timeout: 255 seconds) |
| 2023-03-10 12:39:15 | → | td_ joins (~td@i53870929.versanet.de) |
| 2023-03-10 14:24:40 | → | nrv joins (~nrv@user/nrv) |
| 2023-03-10 14:40:07 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 276 seconds) |
| 2023-03-10 14:51:33 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 2023-03-10 15:11:22 | → | stackdroid18 joins (14094@de1.hashbang.sh) |
All times are in UTC.