Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 966 967 968 969 970 971 972 973 974 975 976 .. 1850
185,000 events total
2022-11-25 21:28:25 <geekosaur> oh and it looks like your manageHook is missing manageDocks
2022-11-25 21:28:56 <Guest62> In xmobarrc, both are already the way you mentioned.
2022-11-25 21:29:01 <geekosaur> put it before line 170 in the paste you showed me
2022-11-25 21:31:41 <Guest62> Like this?
2022-11-25 21:31:42 <Guest62> manageDocks $ (avoidStruts $ tiled ||| column) ||| Full
2022-11-25 21:34:46 <geekosaur> manageDocks goes in the manageHook, not the layoutHook
2022-11-25 21:35:03 <geekosaur> https://github.com/Meeekow/arch/blob/main/dotfiles/xmonad.hs#L170
2022-11-25 21:35:09 <geekosaur> insert it there
2022-11-25 21:38:19 <Guest62> Like this?
2022-11-25 21:38:19 <Guest62> , manageDocks resourceΒ  =? "desktop_window" --> doIgnore
2022-11-25 21:39:35 <geekosaur> comma also after manageDocks
2022-11-25 21:40:47 <Guest62> , manageDocks
2022-11-25 21:40:47 <Guest62> , resourceΒ  =? "desktop_window" --> doIgnore
2022-11-25 21:40:48 <Guest62> I did it like this and was able to compile. Still not hiding xmobar panel. ;(
2022-11-25 21:41:04 <geekosaur> no, I suspected that wouldn't help much
2022-11-25 21:41:16 <geekosaur> it prevents other problems but not that
2022-11-25 21:41:21 <Guest62> It was worth the try.
2022-11-25 21:42:18 <geekosaur> can you ppush your latest changes so I can see them?
2022-11-25 21:42:37 <Guest62> One sec.
2022-11-25 21:43:14 <Guest62> Done.
2022-11-25 21:44:34 <geekosaur> ah,m I just noticed you already had manageDocks separate from the others (line 258). won't hurt anything
2022-11-25 21:45:46 <geekosaur> I don't see anything wrong here 😞
2022-11-25 21:48:03 <Guest62> Maybe I have to reinstall via Cabal?
2022-11-25 21:48:14 <Guest62> I installed via Stack.
2022-11-25 22:01:08 β†’ sagax joins (~sagax_nb@user/sagax)
2022-11-25 22:02:34 <geekosaur> shouldn't matter
2022-11-25 22:02:49 <geekosaur> I use cabal but that's because of the dbus dependency, which you don't have
2022-11-25 22:03:08 <geekosaur> and because I maintain the cabal integration
2022-11-25 22:04:23 <Guest62> Maybe I need to rewrite my whole config.
2022-11-25 22:04:48 <geekosaur> it looked fine to me
2022-11-25 22:05:20 <geekosaur> but really we need someone who knows xmobar better, and I don't use it
2022-11-25 22:06:08 <Guest62> I don't even know what to search now.
2022-11-25 22:10:06 <geekosaur> hm. I wonder if you actually need the `avoidStrutsOn []` that I use
2022-11-25 22:10:34 <geekosaur> (avoidStruts $ tiled ||| column) ||| avoidStrutsOn [] Full
2022-11-25 22:11:09 <geekosaur> I would expect that to be optional but I may not have fully understood the last strut rewrite
2022-11-25 22:11:18 <Guest62> Worth a try. One sec.
2022-11-25 22:15:01 <Guest62> Sadly it doesn't work.
2022-11-25 22:16:57 <geekosaur> didn't think so. the avoidStruts in the one leg shouldn't be able to affect the other, I'd expect
2022-11-25 22:17:57 <geekosaur> mm, are you just doing mod-q to restart? just barely possible that a mod-shift-space is needed (I don't think so since the layout's type should be changing)
2022-11-25 22:18:41 geekosaur is kinda digging randomly at this point since nothing seems to be wrong with the layout
2022-11-25 22:19:27 <geekosaur> oh, hm. is xmobar overlaying the bottom of the window, or is the window bottom abutting xmobar?
2022-11-25 22:20:33 <Guest62> I can't tell because of the colors. Let me try and change that.
2022-11-25 22:25:22 <Guest62> It seems xmobar is overlaying? The title bar from the browser(firefox) seems fine to me. Terminal(kitty) seems to have a bit more spacing when it is under the browser in the slave side compared to the terminal(kitty) on the master pane.
2022-11-25 22:26:01 Γ— srz quits (~srz@devil.dm.uba.ar) (Remote host closed the connection)
2022-11-25 22:27:09 <geekosaur> that would mean it's not an xmonad issue at this point, I think; xmobar is doing something wrong (maybe lowerOnStart isn't taking effect?)
2022-11-25 22:28:39 <geekosaur> the strut stuff requires that both the window manager and the dock behave according to certain rules, and either one can get it wrong
2022-11-25 22:32:26 <Guest62> Best thing I can do now is maybe try another panel? Like polybar?
2022-11-25 22:33:55 <Guest62> If xmonad is not the problem I am happy with that because I don't really know haskell so I only depend on the modules man page :')
2022-11-25 22:40:15 Γ— Guest62 quits (~Guest62@180.195.206.166) (Quit: Ping timeout (120 seconds))
2022-11-25 22:40:27 β†’ Guest62 joins (~Guest62@180.195.206.166)
2022-11-25 22:45:13 Γ— Guest62 quits (~Guest62@180.195.206.166) (Client Quit)
2022-11-25 22:45:29 β†’ Guest62 joins (~Guest62@180.195.206.166)
2022-11-25 22:48:31 Γ— Guest62 quits (~Guest62@180.195.206.166) (Client Quit)
2022-11-25 22:56:41 β†’ Guest62 joins (~Guest62@180.195.206.166)
2022-11-25 23:01:46 Γ— Guest62 quits (~Guest62@180.195.206.166) (Quit: Ping timeout (120 seconds))
2022-11-25 23:40:27 β†’ mvk joins (~mvk@2607:fea8:5ce3:8500::efb)
2022-11-25 23:40:33 Γ— mvk quits (~mvk@2607:fea8:5ce3:8500::efb) (Client Quit)
2022-11-25 23:42:43 Γ— werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-11-25 23:54:27 β†’ werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-26 00:06:47 Γ— chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 264 seconds)
2022-11-26 01:15:17 <[Leary]> AskYourself[m]: XMonad is actually easier to use on NixOS than on any other distro; there need be nothing more too it than setting that option, though you probably also want `xmonad.enableContribAndExtras`. You just put your xmonad.hs in the usual place and it will be built and used.
2022-11-26 01:16:03 <[Leary]> But since apparently that's not the case here, you'll have to tell us more about what exactly you're seeing, like what compile errors you get from your config.
2022-11-26 01:17:49 <AskYourself[m]> [Leary]: I did get it working eventually. But I really appreciate the reply. The problem was to do with GHC version on path not having right Xmonad and Xmonad contrib. The FP server helped me solve it.
2022-11-26 01:19:06 <AskYourself[m]> It really is amazing on NixOS. So freaking cool to be able to just run colmena apply and then have xmonad immediately fully functional on any PC I want. πŸ˜„
2022-11-26 01:29:24 <[Leary]> It won't actually use whatever GHC is on the path, but all is well if you've got it working.
2022-11-26 01:30:40 <AskYourself[m]> I may be mis-describing the error. Sorry. But yes, got it working.
2022-11-26 01:33:45 β†’ minnie joins (~minnie@159.196.202.199)
2022-11-26 01:43:53 β†’ srz joins (~srz@179.36.67.11)
2022-11-26 02:07:26 Γ— bla quits (~bla@79.191.33.40.ipv4.supernova.orange.pl) (Ping timeout: 256 seconds)
2022-11-26 02:15:15 β†’ bla joins (~bla@79.191.34.10.ipv4.supernova.orange.pl)
2022-11-26 02:37:39 Γ— srz quits (~srz@179.36.67.11) (Remote host closed the connection)
2022-11-26 02:38:06 β†’ srz joins (~srz@179.36.67.11)
2022-11-26 02:52:44 Γ— srz quits (~srz@179.36.67.11) (Remote host closed the connection)
2022-11-26 02:53:03 β†’ srz joins (~srz@179.36.67.11)
2022-11-26 03:03:47 Γ— banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 264 seconds)
2022-11-26 03:23:21 β†’ banc joins (banc@gateway/vpn/airvpn/banc)
2022-11-26 03:45:12 Γ— srz quits (~srz@179.36.67.11) (Remote host closed the connection)
2022-11-26 03:45:32 β†’ srz joins (~srz@179.36.67.11)
2022-11-26 03:49:28 Γ— srz quits (~srz@179.36.67.11) (Remote host closed the connection)
2022-11-26 03:58:30 Γ— td_ quits (~td@83.135.9.38) (Ping timeout: 256 seconds)
2022-11-26 03:59:59 β†’ td_ joins (~td@83.135.9.15)
2022-11-26 04:53:15 β†’ mvk joins (~mvk@2607:fea8:5ce3:8500::efb)
2022-11-26 04:53:43 Γ— mvk quits (~mvk@2607:fea8:5ce3:8500::efb) (Client Quit)
2022-11-26 05:34:23 Γ— jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 264 seconds)
2022-11-26 06:42:40 β†’ sydbayeck[m] joins (~sydbayeck@2001:470:69fc:105::2:c916)
2022-11-26 07:21:41 β†’ thunderrd joins (~thunderrd@183.182.110.215)
2022-11-26 09:07:15 Γ— ectospasm quits (~ectospasm@user/ectospasm) (Ping timeout: 260 seconds)
2022-11-26 09:09:43 β†’ ectospasm joins (~ectospasm@user/ectospasm)
2022-11-26 10:23:01 Γ— werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-26 10:29:45 β†’ werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-26 13:32:20 β†’ thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-11-26 13:48:06 β†’ nrv joins (~nrv@217.199.231.234)
2022-11-26 14:48:34 <thyriaen> I am running polybar with the tray module - when i click the tray icons and a context menu pops up -- it does not follow my gtk rules - where is the look set for those ?
2022-11-26 15:03:01 β†’ mvk joins (~mvk@2607:fea8:5ce3:8500::efb)
2022-11-26 15:03:16 Γ— mvk quits (~mvk@2607:fea8:5ce3:8500::efb) (Client Quit)
2022-11-26 15:20:54 β†’ chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-26 15:29:56 β†’ jeeeun3 joins (~jeeeun@78.40.148.178)
2022-11-26 15:30:10 Γ— jeeeun quits (~jeeeun@78.40.148.178) (Ping timeout: 260 seconds)
2022-11-26 15:30:10 jeeeun3 is now known as jeeeun
2022-11-26 15:45:25 Γ— Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)

All times are in UTC.