Logs on 2023-08-20 (liberachat/#xmonad)
| 00:43:36 | → | jabuxas joins (~jabuxas@user/jabuxas) |
| 01:05:18 | → | jabuxas_ joins (~jabuxas@user/jabuxas) |
| 01:10:30 | × | jabuxas_ quits (~jabuxas@user/jabuxas) (Ping timeout: 245 seconds) |
| 01:11:43 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 246 seconds) |
| 01:12:40 | → | jabuxas_ joins (~jabuxas@user/jabuxas) |
| 02:12:58 | × | td_ quits (~td@i5387090E.versanet.de) (Ping timeout: 246 seconds) |
| 02:14:51 | → | td_ joins (~td@i53870934.versanet.de) |
| 02:30:36 | × | ft quits (~ft@80.141.190.80) (Ping timeout: 248 seconds) |
| 02:32:22 | → | ft joins (~ft@p4fc2ad78.dip0.t-ipconnect.de) |
| 04:27:32 | × | ml| quits (~ml|@user/ml/x-5298235) (Quit: WeeChat 4.0.2) |
| 04:28:17 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 09:22:29 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 10:17:40 | → | tv joins (~tv@user/tv) |
| 12:13:18 | <liskin> | Does anyone understand what the fuck is going on with all these people asking about the conditional layout PR? |
| 12:13:41 | <liskin> | Like is it not clear that my approach is both simpler and more correct? |
| 12:42:42 | → | mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d) |
| 16:14:17 | × | mvk quits (~mvk@2607:fea8:5c9a:a600::1c6d) (Ping timeout: 246 seconds) |
| 16:22:37 | → | tremon joins (~tremon@83.80.159.219) |
| 16:34:33 | <geekosaur> | I think they just want it period |
| 17:34:09 | × | thunderrd quits (~thunderrd@183.182.114.166) (Remote host closed the connection) |
| 17:35:15 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 17:42:13 | × | thunderrd quits (~thunderrd@183.182.114.166) (Remote host closed the connection) |
| 17:45:42 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 17:47:29 | <deebo> | anyone using some desktop environment on fedora with xmonad --replace? |
| 17:47:51 | <deebo> | been using ubuntu 20.04 with mate, but with the snap infection it's no longer an option |
| 17:55:32 | × | thunderrd quits (~thunderrd@183.182.114.166) (Remote host closed the connection) |
| 19:02:34 | → | szczot3k joins (fkszczot@wikimedia/fkszczot) |
| 19:03:17 | <Solid> | liskin: I think it's just one really insistent person :) |
| 19:04:06 | <Solid> | Your approach does seem much simpler; can you say what actual code is still missing? I said this once (or twice?) before, but now I might *actually* look at and try to complete it :D |
| 19:04:15 | <szczot3k> | Hi! I'd love to hide the statusbar (xmobar in this case) when going fullscreen. What should I look into? |
| 19:06:55 | <szczot3k> | The current xmonad.hs's here - http://0x0.st/HL6a.hs. I didn't find any resources that would help me with hiding it automatically |
| 19:15:12 | <geekosaur> | normally it should just work |
| 19:17:42 | <szczot3k> | geekosaur, I'm talking about firefox's fullscreen, not the fullscreen layout by the way |
| 19:19:05 | <geekosaur> | yes |
| 19:19:25 | <geekosaur> | I hit F11, the statusbar gets covered as the window goes fullscreen |
| 19:20:29 | <szczot3k> | Well, my F11 does get firefox into fullscreen, and disables the border (because of smartBorders), but doesn't hide xmobar |
| 19:20:45 | <szczot3k> | Mind sharing xmonad.hs? Mine's a couple of messages up |
| 19:21:22 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs (remember, you asked… 😛 ) |
| 19:22:19 | <szczot3k> | Well, it's a much more mature config than mine, so I'll look into it |
| 19:30:39 | <szczot3k> | I don't really see anything that would help me tho :/ |
| 19:31:04 | <geekosaur> | like I said, it should just work |
| 19:31:48 | <geekosaur> | the only thing at all special I have in there is I toggle borders with mod-b, but that isn't even used by fullscreening |
| 19:53:43 | <liskin> | Solid: just docs I belive, unless you want to go all the way and implement the conditional choose layout as well |
| 19:54:06 | <liskin> | and then one might go and switch some of the existing conditional stuff to this, or just deprecate/document/whatever |
| 19:54:21 | <liskin> | Solid: and I don't think it's just one person, there were multiple asking about this |
| 19:55:07 | <geekosaur> | I saw two |
| 19:55:07 | <liskin> | anyway, I managed to calm down a bit :-) |
| 19:55:24 | <geekosaur> | but one of them (Ivan) kinda piled on |
| 19:55:33 | <liskin> | wonder how long this agony is going to last |
| 19:55:57 | <liskin> | but guess not much longer since I told both my boss and an HR person last week that I hate my job and wouldn't mind getting fired, lol |
| 20:01:30 | <geekosaur> | szczot3k, I just verified that my conig still works with Firefox (I use chrome as you could probably see from my config), even with ubuntu 22.04's snap-ized version |
| 20:02:59 | <szczot3k> | Well, I don't even to any weird stuff, other than running Gentoo (xmonad 0.17.2, xmobar 0.44.1) |
| 20:06:12 | <geekosaur> | mm. lemme ask this, is firefox going under xmobar or just not using that screen space? |
| 20:06:45 | <geekosaur> | and if it's going under, do you have `lowerOnStart` set in your xmobar config? (It should be `True`) |
| 20:10:24 | <szczot3k> | http://0x0.st/HL6a.hs - well, I don't see it anywhere in the config |
| 20:10:37 | <szczot3k> | oh, mobar config |
| 20:11:22 | <szczot3k> | http://0x0.st/HL6h.txt - nope, don't see loweronstart |
| 20:12:27 | <geekosaur> | add `, lowerOnStart = True` after `overrideRedirect = False` |
| 20:13:58 | <geekosaur> | then mod-q restart xmonad (which should also restart xmobar), then see if firefix works properly now |
| 20:14:33 | <szczot3k> | geekosaur, no change |
| 20:14:48 | <geekosaur> | 😞 |
| 20:15:24 | <geekosaur> | we're running out of things I know how to diagnose with xmobar (I don't use it) |
| 20:18:32 | <geekosaur> | hm, actually that's just your top bar, make the same change to the bottom bar config? although I guess you'd have noticed if it had only half worked |
| 20:19:19 | <szczot3k> | "top" is my "main monitor" bar, I've also got xmobar_1 for the second one |
| 20:19:48 | <geekosaur> | oh, I thought they were top/bottom, sorry |
| 20:20:32 | <szczot3k> | yeah, I probably should rename those |
| 22:25:35 | → | mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d) |
| 22:29:08 | × | tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in) |
| 23:51:15 | × | mvk quits (~mvk@2607:fea8:5c9a:a600::1c6d) (Ping timeout: 246 seconds) |
All times are in UTC on 2023-08-20.