Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 586 587 588 589 590 591 592 593 594 595 596 .. 1849
184,891 events total
2022-04-11 13:09:20 <geekosaur> are you really seeing recent windows colored differently? I think that's a specific module that does that
2022-04-11 13:09:26 <geekosaur> not default behavior
2022-04-11 13:31:02 <Ether[m]> <geekosaur> "are you really seeing recent..." <- What module?
2022-04-11 13:31:27 <Ether[m]> How do i stop this behavior?
2022-04-11 13:41:00 <geekosaur> I don't recall the module offhand
2022-04-11 13:41:17 <geekosaur> also I thought it only did that when activated (for window selection). this sounds odd
2022-04-11 13:41:30 <geekosaur> can you pastebin your current config?
2022-04-11 13:41:34 <geekosaur> @where paste
2022-04-11 13:41:34 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-04-11 14:16:41 syg_ joins (~syg@flamebot.net)
2022-04-11 14:17:00 nomadxx3 joins (~lanomadx@69.167.45.235)
2022-04-11 14:17:51 × syg quits (~syg@flamebot.net) (Ping timeout: 256 seconds)
2022-04-11 14:18:39 × nomadxxxx3 quits (~lanomadx@69.167.45.235) (Quit: ZNC 1.8.2 - https://znc.in)
2022-04-11 14:19:08 × Rockj quits (~rockj@chromie.geekrevolution.net) (Ping timeout: 252 seconds)
2022-04-11 14:21:11 Rockj joins (~rockj@chromie.geekrevolution.net)
2022-04-11 14:28:47 × noex quits (~null@user/noex) (Ping timeout: 260 seconds)
2022-04-11 14:30:47 noex joins (~null@user/noex)
2022-04-11 14:32:20 <Ether[m]> <geekosaur> "can you pastebin your current..." <- Hmm
2022-04-11 14:32:31 <Ether[m]> Giimmme 2 mins.m
2022-04-11 14:47:19 <Ether[m]> geekosaur: its in my github..
2022-04-11 14:47:40 <Ether[m]> https://github.com/Ahanaf-Ether/xmonad/blob/stable/xmonad.hs
2022-04-11 14:48:15 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-04-11 14:48:35 mc47 joins (~mc47@xmonad/TheMC47)
2022-04-11 14:59:55 <geekosaur> it's WindowNavigation, looks like
2022-04-11 15:00:58 <geekosaur> the documentation is unfortunate but it comes with a WNConfig that disables the feature (noNavigateBorders)
2022-04-11 15:18:53 <Ether[m]> No way to disable?
2022-04-11 15:21:11 <Ether[m]> geekosaur
2022-04-11 15:27:55 <geekosaur> You have to replace `windowNavigation` with `configurableNavigation noNavigateBorders` everywhere it appears
2022-04-11 15:30:55 <Ether[m]> How i do that?
2022-04-11 15:31:30 <geekosaur> edit your config? search and replace is in pretty much every editor
2022-04-11 15:32:34 <Ether[m]> Ohh
2022-04-11 15:32:43 <Ether[m]> Just like that?
2022-04-11 15:32:49 <geekosaur> yes
2022-04-11 15:32:50 <Ether[m]> Isnt that a function?
2022-04-11 15:33:14 <Ether[m]> So that will throw an error?
2022-04-11 15:33:20 <geekosaur> yes but your config is already set up so you can just replace one with the other
2022-04-11 15:33:43 <Ether[m]> Do change it everywhere?
2022-04-11 15:33:53 <Ether[m]> Excluding import..
2022-04-11 15:34:02 <geekosaur> theimport starts with uppercase
2022-04-11 15:34:07 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-04-11 15:34:16 <geekosaur> if you do a case-matching search and replace it'll just work
2022-04-11 15:34:30 <Ether[m]> Ohh so all lowercase ones?
2022-04-11 15:34:33 <Ether[m]> Roger..
2022-04-11 15:36:43 <Ether[m]> Throws an error
2022-04-11 15:37:14 Ether[m] uploaded an image: (161KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/BNkpghrdaUpeqBlVSdluUiij/20220411_213646_743533574576682600.jpg >
2022-04-11 15:37:15 <Ether[m]> geekosaur
2022-04-11 15:38:35 <Ether[m]> My bad no space*
2022-04-11 15:38:59 <Ether[m]> No luck same behavior:(
2022-04-11 15:39:56 <geekosaur> hm, you imported it without a list so it should work, and I'm using the 0.15 docs so it should be there
2022-04-11 15:40:52 Guest53 joins (~Guest53@190.192.80.102)
2022-04-11 15:41:12 Ether[m] uploaded an image: (160KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/iHzJSIuTWNDAYUpGUdxMJwvj/20220411_213936_42029051985573574.jpg >
2022-04-11 15:41:48 <Ether[m]> The less bright border is what i dont want..
2022-04-11 15:42:08 <Guest53> I would like to ask how i can get a transparent xmobar. I tryed setting alpha = 0, in the config file but nothing happens. Thanks
2022-04-11 15:42:58 <Ether[m]> Guest53: Picom..
2022-04-11 15:43:09 <Ether[m]> You need to use a compositor..
2022-04-11 15:43:45 <Ether[m]> Compton/picom one that supports transparency..
2022-04-11 15:44:20 <Ether[m]> Find class name for xmobar and set your picom config. Thats the general take..
2022-04-11 15:44:32 <Ether[m]> Guest53
2022-04-11 15:46:35 <geekosaur> Ether[m], you have that all over the place. you should probably pick one place to put it, not everywhere it could possibly appear…
2022-04-11 15:46:36 <Guest53> Ok, i am absolute layman with picom, how may I do what you suggested?
2022-04-11 15:47:13 <Ether[m]> geekosaur: ?
2022-04-11 15:48:02 <Ether[m]> Guest53: What distro are you on?
2022-04-11 15:48:04 <geekosaur> Guest53, https://github.com/geekosaur/xmonad.hs/blob/skkukuk/compton.conf#L11-L14 but you want to include it instead of excluding it (the key line is 13, but you want to match xmobar's window class instead)
2022-04-11 15:48:25 <geekosaur> Ether[m], I copied your config over here so I could see what was going wrong
2022-04-11 15:48:38 <Ether[m]> Oo
2022-04-11 15:48:39 <geekosaur> you have 10 different copies of `windowNavigation`
2022-04-11 15:48:48 <Ether[m]> Yes
2022-04-11 15:48:51 <Ether[m]> And?
2022-04-11 15:48:58 <geekosaur> one in each layout, one in myLayouts, and one where you use myLayouts
2022-04-11 15:48:59 <Ether[m]> For each layout..
2022-04-11 15:49:12 <Ether[m]> Yess.
2022-04-11 15:49:14 <geekosaur> so you're applyingt it 3 times
2022-04-11 15:49:27 <Ether[m]> Ohh
2022-04-11 15:49:31 <Ether[m]> So where should i apply it?
2022-04-11 15:49:39 <Ether[m]> For all/globally
2022-04-11 15:50:32 <geekosaur> you only need the one on line 538, the layoutHook definition
2022-04-11 15:50:46 <Ether[m]> Thanks
2022-04-11 15:52:07 <Guest53> Thanks, ill give it a try
2022-04-11 15:52:19 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.4.1)
2022-04-11 15:52:39 <Ether[m]> geekosaur: your a genius:)
2022-04-11 15:52:43 <geekosaur> and yes, any time you want to use alpha you need a compositor
2022-04-11 15:53:04 <geekosaur> some terminals can "fake" it but it's imperfect, and it's only terminals
2022-04-11 15:56:11 <geekosaur> which means just setting alpha might be enough as long as picom is running
2022-04-11 15:56:49 <geekosaur> (feel free to copy my config though, it's nicer than the default. unless you prefer inactive transparency to inactive dim, but I find that unreadable)
2022-04-11 16:13:08 × Guest53 quits (~Guest53@190.192.80.102) (Quit: Client closed)
2022-04-11 16:24:36 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 272 seconds)
2022-04-11 16:47:16 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-04-11 16:47:35 mc47 joins (~mc47@xmonad/TheMC47)
2022-04-11 16:48:42 <Ether[m]> geekosaur i am really struggling trying to get swapping windows directional as expected 😫
2022-04-11 16:49:11 <Ether[m]> When i swap master window i cant move left..
2022-04-11 16:51:02 <Ether[m]> Window navigation2d doesn't know which window was last focused.. but windowNavigation does but swap wont work :(
2022-04-11 16:53:43 <geekosaur> I'm not sure I can help; I don't work with these layouts much, but I know they're kinda abusing xmonad a bit
2022-04-11 16:54:48 <Ether[m]> Any ideas?
2022-04-11 16:55:21 <Ether[m]> I hate having to itterate again and agin just to get to left or right windows..
2022-04-11 16:55:31 <Ether[m]> And i hate wrapping in general..
2022-04-11 16:56:37 <geekosaur> not really, no
2022-04-11 16:56:50 <geekosaur> maybe someone else here has an idea
2022-04-11 16:57:12 <geekosaur> (also I'm shortly going to be away for a couple of hours)
2022-04-11 16:57:38 geekosaur 's apartment has bedbugs. they're spraying every few weeks
2022-04-11 16:58:13 <geekosaur> (speaking of iterating…)

All times are in UTC.