Logs on 2022-03-31 (liberachat/#xmonad)
| 00:01:35 | → | mvk joins (~mvk@2607:fea8:5cc3:7e00::7980) |
| 00:21:06 | × | zoglesby quits (f0f8ca1525@user/zoglesby) (Remote host closed the connection) |
| 00:24:29 | → | Zach[m]1 joins (~zoglesby@user/zoglesby) |
| 00:43:11 | → | twiclo joins (~twiclo@204.14.20.66.static.utbb.net) |
| 01:10:09 | × | the_proffesor quits (~theproffe@2601:282:847f:8010::7f59) (Ping timeout: 256 seconds) |
| 01:13:32 | → | theproffesor joins (~theproffe@2601:282:847f:8010::7f59) |
| 01:18:16 | × | mvk quits (~mvk@2607:fea8:5cc3:7e00::7980) (Ping timeout: 245 seconds) |
| 02:03:18 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds) |
| 02:23:47 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:15:13 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 03:24:24 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 06:33:23 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 256 seconds) |
| 06:36:03 | × | haskl quits (~haskl@user/haskl) (Quit: Uh oh... ZNC disconnected.) |
| 06:36:15 | → | haskl joins (~haskl@user/haskl) |
| 07:19:41 | × | Czernobog quits (~Czernobog@user/czernobog) (Quit: ZNC 1.8.2 - https://znc.in) |
| 07:21:40 | → | Czernobog joins (~Czernobog@user/czernobog) |
| 07:41:14 | → | cfricke joins (~cfricke@user/cfricke) |
| 07:54:00 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1) |
| 08:07:12 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 08:07:32 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:11:44 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 08:46:33 | × | theproffesor quits (~theproffe@2601:282:847f:8010::7f59) (Read error: Connection reset by peer) |
| 08:48:16 | → | theproffesor joins (~theproffe@2601:282:847f:8010::7f59) |
| 09:00:16 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 09:14:25 | <carloratm> | my second day with xmonad, yesterday I got used to window management, today I am trying to add xmobar |
| 09:14:38 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 09:14:39 | <carloratm> | coming from 10 years of windowmaker |
| 09:36:43 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 09:37:03 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 09:44:18 | <byorgey> | carloratm: welcome =) |
| 10:04:39 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.4.1) |
| 10:24:46 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 260 seconds) |
| 11:13:18 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1) |
| 11:23:37 | → | cfricke joins (~cfricke@user/cfricke) |
| 11:23:47 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 13:47:09 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 14:22:46 | <carloratm> | I am having issues trying to display XMonadLog on xmobar |
| 14:22:58 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 14:22:59 | <carloratm> | I am getting "Updating..." |
| 14:24:00 | → | twiclo1 joins (~twiclo@2604:7b80:2000:1069:52fc:cedd:fbeb:10c) |
| 14:45:43 | <carloratm> | https://dpaste.com/48ESXHPPC These are my 2 configuration files |
| 14:47:18 | <lyiriyah[m]> | carloratm: I don't see `Run XMonadLog` in the commands section of your xmobarrc, that's probably it. |
| 14:47:20 | <Solid> | carloratm: you have to add `Run XMonadLog` to your xmobar commands as well |
| 14:47:28 | <Solid> | :) |
| 14:47:41 | <carloratm> | ok, thx |
| 14:49:02 | <carloratm> | works, thank you. Now the next question: is it possible to hide parts of the xmonad output? |
| 14:49:18 | <carloratm> | in particular, I'd like to hide the windows titles |
| 14:49:47 | <Solid> | sure, you have pretty fine-grained control over what xmonad sends to xmobar |
| 14:49:54 | <Solid> | this is mentioned in the tutorial ( https://xmonad.org/TUTORIAL.html ) |
| 14:50:30 | <carloratm> | I am following that, but I don't see how to hide things. Should I look into the PP record? |
| 14:51:26 | <Solid> | yes, that's it |
| 14:51:44 | <carloratm> | I am thinking at formatting ppTitle as an empty string |
| 14:52:13 | <Solid> | yup, you can just do `ppTitle = const ""` |
| 14:53:15 | <carloratm> | thank you |
| 15:33:00 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-128.mrsn.at) |
| 15:39:14 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 15:47:44 | <mc47> | feels refreshing to see config examples that come from the tutorial, not some 200+ lines monstrosity :) |
| 15:55:18 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-128.mrsn.at) (Quit: WeeChat 3.4.1) |
| 15:55:33 | <Solid> | right? :D |
| 15:57:16 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1) |
| 16:00:14 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 17:50:15 | → | amoe joins (~amoe@visarend.solasistim.net) |
| 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. |
| 17:51:44 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 18:54:03 | <geekosaur> | sounds like firefox was in fullscreen when it was shut down. try pressing f11? |
| 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. |
| 19:22:18 | <geekosaur> | it shouldn't be; thta should show immediately |
| 19:23:40 | <geekosaur> | 1/3 of the screen is also weird for xmonad unless you're using ThreeCol (or ThreeColMid, etc.) |
| 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? |
| 19:25:40 | <geekosaur> | " I have FF's session restore setting turned off. " |
| 19:25:54 | <geekosaur> | although that might not include window size, I guess |
| 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 |
| 19:29:31 | <geekosaur> | and with default settings (since I don't use FF) it doesn't seem to happen here |
| 20:13:49 | × | vanvik quits (~vanvik@78.156.12.223) (Quit: Later) |
| 20:15:04 | → | vanvik joins (~vanvik@78.156.12.223) |
| 20:17:01 | × | theproffesor quits (~theproffe@2601:282:847f:8010::7f59) (Quit: ¯\_(ツ)_/¯) |
| 20:25:03 | RMSBach | is now known as RSBach |
| 21:44:08 | × | Natch quits (~natch@c-67bae255.014-297-73746f25.bbcust.telenor.se) (Ping timeout: 272 seconds) |
| 21:51:53 | → | jimr joins (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) |
| 21:51:57 | → | Natch joins (~natch@c-67bae255.014-297-73746f25.bbcust.telenor.se) |
| 21:58:38 | × | jimr quits (~jimr@2603-7080-7640-b000-0000-0000-0000-0003.res6.spectrum.com) (Quit: Leaving) |
| 22:15:43 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 22:17:43 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 22:35:07 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 23:21:58 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 23:28:01 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 23:56:46 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::3800) |
All times are in UTC on 2022-03-31.