Logs: liberachat/#xmonad
| 2022-03-31 09:36:43 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-31 09:37:03 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-31 09:44:18 | <byorgey> | carloratm: welcome =) |
| 2022-03-31 10:04:39 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.4.1) |
| 2022-03-31 10:24:46 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 260 seconds) |
| 2022-03-31 11:13:18 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1) |
| 2022-03-31 11:23:37 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-03-31 11:23:47 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-03-31 13:47:09 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-03-31 14:22:46 | <carloratm> | I am having issues trying to display XMonadLog on xmobar |
| 2022-03-31 14:22:58 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-03-31 14:22:59 | <carloratm> | I am getting "Updating..." |
| 2022-03-31 14:24:00 | → | twiclo1 joins (~twiclo@2604:7b80:2000:1069:52fc:cedd:fbeb:10c) |
| 2022-03-31 14:45:43 | <carloratm> | https://dpaste.com/48ESXHPPC These are my 2 configuration files |
| 2022-03-31 14:47:18 | <lyiriyah[m]> | carloratm: I don't see `Run XMonadLog` in the commands section of your xmobarrc, that's probably it. |
| 2022-03-31 14:47:20 | <Solid> | carloratm: you have to add `Run XMonadLog` to your xmobar commands as well |
| 2022-03-31 14:47:28 | <Solid> | :) |
| 2022-03-31 14:47:41 | <carloratm> | ok, thx |
| 2022-03-31 14:49:02 | <carloratm> | works, thank you. Now the next question: is it possible to hide parts of the xmonad output? |
| 2022-03-31 14:49:18 | <carloratm> | in particular, I'd like to hide the windows titles |
| 2022-03-31 14:49:47 | <Solid> | sure, you have pretty fine-grained control over what xmonad sends to xmobar |
| 2022-03-31 14:49:54 | <Solid> | this is mentioned in the tutorial ( https://xmonad.org/TUTORIAL.html ) |
| 2022-03-31 14:50:30 | <carloratm> | I am following that, but I don't see how to hide things. Should I look into the PP record? |
| 2022-03-31 14:51:26 | <Solid> | yes, that's it |
| 2022-03-31 14:51:44 | <carloratm> | I am thinking at formatting ppTitle as an empty string |
| 2022-03-31 14:52:13 | <Solid> | yup, you can just do `ppTitle = const ""` |
| 2022-03-31 14:53:15 | <carloratm> | thank you |
| 2022-03-31 15:33:00 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-128.mrsn.at) |
| 2022-03-31 15:39:14 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-03-31 15:47:44 | <mc47> | feels refreshing to see config examples that come from the tutorial, not some 200+ lines monstrosity :) |
| 2022-03-31 15:55:18 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-128.mrsn.at) (Quit: WeeChat 3.4.1) |
| 2022-03-31 15:55:33 | <Solid> | right? :D |
| 2022-03-31 15:57:16 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1) |
| 2022-03-31 16:00:14 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-03-31 17:50:15 | → | amoe joins (~amoe@visarend.solasistim.net) |
| 2022-03-31 17:51:31 | <amoe> | When starting Firefox, the window occupies about 1/3 of the screen for about 0.25s before resizing to fullscreen. Why would that happen? It looks a bit strange. |
| 2022-03-31 17:51:44 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2022-03-31 18:54:03 | <geekosaur> | sounds like firefox was in fullscreen when it was shut down. try pressing f11? |
| 2022-03-31 19:19:32 | <amoe> | doesn't seem to change anything. I have FF's session restore setting turned off. I don't know if it's relevant but I recently upgraded the screen on this laptop to one with a higher res. Don't know if that could be related. |
| 2022-03-31 19:22:18 | <geekosaur> | it shouldn't be; thta should show immediately |
| 2022-03-31 19:23:40 | <geekosaur> | 1/3 of the screen is also weird for xmonad unless you're using ThreeCol (or ThreeColMid, etc.) |
| 2022-03-31 19:25:22 | <liskin> | Isn't it just Firefox trying to restore last window size and only later realizing the WM doesn't let it? |
| 2022-03-31 19:25:40 | <geekosaur> | " I have FF's session restore setting turned off. " |
| 2022-03-31 19:25:54 | <geekosaur> | although that might not include window size, I guess |
| 2022-03-31 19:26:23 | <geekosaur> | but "trying to restore" shouldn't work at all unless it's floating the window and then tiling itself somehow, but it shouldn't know how to do that |
| 2022-03-31 19:29:31 | <geekosaur> | and with default settings (since I don't use FF) it doesn't seem to happen here |
| 2022-03-31 20:13:49 | × | vanvik quits (~vanvik@78.156.12.223) (Quit: Later) |
| 2022-03-31 20:15:04 | → | vanvik joins (~vanvik@78.156.12.223) |
| 2022-03-31 20:17:01 | × | theproffesor quits (~theproffe@2601:282:847f:8010::7f59) (Quit: ¯\_(ツ)_/¯) |
| 2022-03-31 20:25:03 | RMSBach | is now known as RSBach |
| 2022-03-31 21:44:08 | × | Natch quits (~natch@c-67bae255.014-297-73746f25.bbcust.telenor.se) (Ping timeout: 272 seconds) |
| 2022-03-31 21:51:53 | → | jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) |
| 2022-03-31 21:51:57 | → | Natch joins (~natch@c-67bae255.014-297-73746f25.bbcust.telenor.se) |
| 2022-03-31 21:58:38 | × | jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving) |
| 2022-03-31 22:15:43 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-03-31 22:17:43 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-03-31 22:35:07 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-03-31 23:21:58 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-03-31 23:28:01 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-03-31 23:56:46 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::3800) |
| 2022-04-01 00:50:34 | → | jmac123[m] joins (~jmac123ma@2001:470:69fc:105::1:eaf0) |
| 2022-04-01 00:58:47 | × | steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 252 seconds) |
| 2022-04-01 01:59:15 | × | Benzi-Junior quits (~BenziJuni@88-149-64-179.du.xdsl.is) (Remote host closed the connection) |
| 2022-04-01 02:01:54 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds) |
| 2022-04-01 02:04:07 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2022-04-01 02:21:15 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-04-01 02:34:08 | × | amenonsen quits (~amenonsen@pitta.toroid.org) (Remote host closed the connection) |
| 2022-04-01 02:35:35 | → | amenonsen joins (~amenonsen@pitta.toroid.org) |
| 2022-04-01 02:39:34 | → | c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) |
| 2022-04-01 02:43:23 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 2022-04-01 02:45:51 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-04-01 02:54:24 | × | c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!) |
| 2022-04-01 04:15:48 | → | c209e6dc-4d76-47 joins (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) |
| 2022-04-01 04:23:56 | × | c209e6dc-4d76-47 quits (~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!) |
| 2022-04-01 04:37:49 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::3800) (Ping timeout: 240 seconds) |
| 2022-04-01 05:00:32 | × | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-04-01 05:02:05 | → | Czernobog joins (~Czernobog@user/czernobog) |
| 2022-04-01 05:07:14 | × | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-04-01 05:08:54 | → | Czernobog joins (~Czernobog@user/czernobog) |
| 2022-04-01 05:30:22 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-186.mrsn.at) |
| 2022-04-01 05:52:35 | → | chomwitt joins (~chomwitt@2a02:587:dc0e:a100:8d19:188:687f:a348) |
| 2022-04-01 06:24:42 | × | deebo quits (~globe@stonebay32.com) (Quit: reboot) |
| 2022-04-01 06:24:58 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-186.mrsn.at) (Quit: WeeChat 3.4.1) |
| 2022-04-01 07:02:14 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-04-01 07:09:32 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-04-01 07:15:54 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-04-01 07:50:21 | → | robinhood0018[m] joins (~robinhood@2001:470:69fc:105::1:4dca) |
| 2022-04-01 08:30:50 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-04-01 09:00:11 | × | butterfly[m] quits (~butterfly@2001:470:69fc:105::1:70db) (Quit: You have been kicked for being idle) |
| 2022-04-01 09:00:18 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-04-01 09:04:17 | <mc47> | the low-level stuff from LSLeary's (not yet submitted) PR finally clicked, now I need to think about the interface (not sure I like it that much) |
| 2022-04-01 09:04:29 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2022-04-01 09:04:41 | <mc47> | The code looks very neat, haven't run it yet but it's probably good to go as is |
| 2022-04-01 09:34:40 | × | jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat) |
| 2022-04-01 09:35:11 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 2022-04-01 09:52:19 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-04-01 11:04:29 | → | Benzi-Junior joins (~BenziJuni@dsl-149-64-179.hive.is) |
| 2022-04-01 13:07:09 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 2022-04-01 13:09:00 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-04-01 13:17:01 | <tdammers> | I see firefox format itself for the wrong window size after startup all the time. Quickly switching layout back and forth fixes it. |
All times are in UTC.