Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 663 664 665 666 667 668 669 670 671 672 673 .. 1850
184,930 events total
2022-05-24 00:37:13 <FernandoSchuindt> thank you geekosaur and [Leary]
2022-05-24 00:37:13 <FernandoSchuindt> I think I'm going to use ~/.local/bin, it's working great and it's within home anyway. thank you!
2022-05-24 01:00:18 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-05-24 01:04:55 × stackdroid18 quits (14094@user/stackdroid) (Quit: hasta la vista... tchau!)
2022-05-24 02:04:30 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds)
2022-05-24 02:23:21 banc joins (banc@gateway/vpn/airvpn/banc)
2022-05-24 02:35:47 × mc47[m] quits (~mc47matri@2001:470:69fc:105::733) (Ping timeout: 240 seconds)
2022-05-24 02:35:47 × RudraveerMandal[ quits (~magphimat@2001:470:69fc:105::2:eb9) (Ping timeout: 240 seconds)
2022-05-24 02:36:07 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Ping timeout: 240 seconds)
2022-05-24 02:36:07 × AntonioRomano[m] quits (~cidramatr@2001:470:69fc:105::2:7b0) (Ping timeout: 240 seconds)
2022-05-24 02:39:51 × steve quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 276 seconds)
2022-05-24 02:49:45 RudraveerMandal[ joins (~magphimat@2001:470:69fc:105::2:eb9)
2022-05-24 02:50:55 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2022-05-24 02:51:10 mc47[m] joins (~mc47matri@2001:470:69fc:105::733)
2022-05-24 02:51:18 AntonioRomano[m] joins (~cidramatr@2001:470:69fc:105::2:7b0)
2022-05-24 04:32:53 × mvk quits (~mvk@2607:fea8:5ce3:8500::ba9a) (Ping timeout: 255 seconds)
2022-05-24 04:53:55 spaceseller joins (~spacesell@31.147.205.13)
2022-05-24 04:57:57 <spaceseller> xmobar shows keyboard layout and it is 'ch' until I open some window. What 'ch' means?
2022-05-24 04:58:49 <spaceseller> I only have 'us' and' 'hr' keyboard
2022-05-24 05:17:00 × spaceseller quits (~spacesell@31.147.205.13) (Remote host closed the connection)
2022-05-24 05:17:24 spaceseller joins (~spacesell@31.147.205.13)
2022-05-24 05:26:31 <jao> usually, ch means switzerland
2022-05-24 05:41:19 × spaceseller quits (~spacesell@31.147.205.13) (Remote host closed the connection)
2022-05-24 05:44:27 spaceseller joins (~spacesell@31.147.205.13)
2022-05-24 05:45:29 <spaceseller> what is the best practice to know how many windows are opened on all workspace?
2022-05-24 05:46:57 <spaceseller> do you look through all workspace before shutting down or you have some indicator in xmobar?
2022-05-24 05:47:47 Solid only shows the workspaces in xmobar that have windows on them
2022-05-24 05:48:43 <Solid> (also workspaces are topic based so it's easy to guess which windows there are when e.g. IRC is still shown)
2022-05-24 05:49:23 <spaceseller> thnx Solid, I will added it to the xmobar
2022-05-24 05:50:06 <spaceseller> it shows workspace icons?
2022-05-24 05:51:59 <Solid> I mean that xmobar only displays the names of the workspaces with windows on them
2022-05-24 05:52:38 <Solid> for example, while I have ~30 workpsaces, only 5 of them are shown in xmobar right now because the rest is empty
2022-05-24 06:00:58 <spaceseller> I understand, I'm looking for a code right now?
2022-05-24 06:01:06 <spaceseller> I understand, I'm looking for a code right now.
2022-05-24 06:02:19 <spaceseller> the simplest one
2022-05-24 06:06:04 <Solid> AFAIK this is the default behaviour
2022-05-24 06:06:19 <Solid> you just don't want to override ppHiddenNoWindows
2022-05-24 06:10:36 × srk quits (~sorki@user/srk) (Ping timeout: 244 seconds)
2022-05-24 06:12:21 srk joins (~sorki@user/srk)
2022-05-24 06:13:17 <spaceseller> didn't get it. As I read, ppHiddenNoWindows is in xmonad.hs
2022-05-24 06:15:42 <spaceseller> I suppose that I need change .xmobarrc code as well
2022-05-24 06:18:30 <Solid> I meant that you need to _remove_ ppHiddenNoWindows from your config
2022-05-24 06:18:37 <Solid> its default value is to suppress these workspaces
2022-05-24 06:18:40 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 246 seconds)
2022-05-24 06:22:48 × spaceseller quits (~spacesell@31.147.205.13) (Ping timeout: 276 seconds)
2022-05-24 06:39:48 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-05-24 06:56:23 spaceseller joins (~spacesell@31.147.205.13)
2022-05-24 06:56:38 × spaceseller quits (~spacesell@31.147.205.13) (Remote host closed the connection)
2022-05-24 07:05:29 Ether17 joins (~Ether17@103.217.111.249)
2022-05-24 07:07:39 <Ether17> so i was able to read the docs and update To XMonad.Hooks.StatusBar. And i have like 3 PP once of which is long; https://github.com/Ahanaf-Ether/xmonad/blob/stable/xmonad.hs i cant add clickablePP.
2022-05-24 07:07:57 <Ether17> once: one*
2022-05-24 07:09:44 <Ether17> Line: 288
2022-05-24 07:09:47 × Ether17 quits (~Ether17@103.217.111.249) (Client Quit)
2022-05-24 07:20:45 cfricke joins (~cfricke@user/cfricke)
2022-05-24 07:52:09 chomwitt joins (~chomwitt@2a02:587:dc1e:cc00:f079:d366:2a9:ed7f)
2022-05-24 08:13:34 <AntonioRomano[m]> Is there a way to set a manual tiling mode in xmonad?
2022-05-24 08:17:36 <fizzie> Depending on exactly what you mean by "manual tiling mode", https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-BinarySpacePartition.html may qualify as that. Or at least I've heard the bspwm style called "manual".
2022-05-24 08:22:06 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 258 seconds)
2022-05-24 08:24:49 <AntonioRomano[m]> Yes I'm talking about something like bspwm. I love the way it works. Thank you!
2022-05-24 08:50:29 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5)
2022-05-24 09:05:49 spaceseller joins (~spacesell@31.147.205.13)
2022-05-24 09:37:09 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-05-24 09:43:42 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5)
2022-05-24 09:56:42 <RudraveerMandal[> How do I allow xmonad passthrough mode
2022-05-24 09:57:10 <RudraveerMandal[> To run waydroid I am using sway on another TTY
2022-05-24 09:57:49 <RudraveerMandal[> bc I cant use it as a window on xmonad
2022-05-24 09:57:55 <RudraveerMandal[> none of the shortcuts work
2022-05-24 10:22:13 × spaceseller quits (~spacesell@31.147.205.13) (Quit: Leaving)
2022-05-24 11:55:17 srk- joins (~sorki@user/srk)
2022-05-24 11:56:23 srk| joins (~sorki@user/srk)
2022-05-24 11:57:56 × srk quits (~sorki@user/srk) (Ping timeout: 255 seconds)
2022-05-24 11:59:31 srk| is now known as srk
2022-05-24 11:59:34 × srk- quits (~sorki@user/srk) (Ping timeout: 246 seconds)
2022-05-24 12:29:03 benin2 joins (~benin@2401:4900:2323:425e:4253:4476:82af:eac4)
2022-05-24 12:31:35 × benin quits (~benin@183.82.30.29) (Ping timeout: 260 seconds)
2022-05-24 12:31:36 benin2 is now known as benin
2022-05-24 13:00:42 benin9 joins (~benin@183.82.178.251)
2022-05-24 13:02:44 × benin quits (~benin@2401:4900:2323:425e:4253:4476:82af:eac4) (Ping timeout: 255 seconds)
2022-05-24 13:02:44 benin9 is now known as benin
2022-05-24 13:10:34 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5)
2022-05-24 13:31:10 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving)
2022-05-24 13:33:25 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-05-24 13:47:29 <Drishal[m]> <geekosaur> "Drishal, if you can't know the..." <- or else just toggle layout is the last resort then ig
2022-05-24 13:49:24 <Drishal[m]> btw I am having some really weird issues with xmoand
2022-05-24 13:49:24 <Drishal[m]> for eg if I were to copy files in say, nemo/thunar/any other minimal file manager it just completely freezes after a few seconds till the copying is complete in xmonad
2022-05-24 13:49:24 <Drishal[m]> wherease if I were to do the same thing in dwm it works absolutely fine
2022-05-24 13:49:24 <Drishal[m]> does not make a difference with using xf86-video-amdgpu or modesetting 👀
2022-05-24 13:53:42 <geekosaur> I've never heard that (or seen it, although I don't use a minimal file manager)
2022-05-24 13:55:02 <geekosaur> *heard of
2022-05-24 13:57:29 mc47 joins (~mc47@xmonad/TheMC47)
2022-05-24 13:58:13 <Drishal[m]> hmm this happens to me always, both on nixos and also arch
2022-05-24 13:58:21 <Drishal[m]> geekosaur: which file manager do you use?
2022-05-24 13:58:36 <geekosaur> caja, mate's filemanager
2022-05-24 13:59:01 <Drishal[m]> ah I need to try caja instead 🤔
2022-05-24 13:59:10 <geekosaur> you're not by any chance copying to an external usb2 drive or something?
2022-05-24 13:59:24 <Drishal[m]> have you tried thunar or nemo on xmonad?
2022-05-24 13:59:29 <geekosaur> (that in my experience hogs all cpu on linux and pretty much nothing works)
2022-05-24 13:59:56 <geekosaur> I can't really see xmonad being involved because xmonad isn't involved with window updates, only with window placement policy
2022-05-24 14:00:06 <geekosaur> once a window has been placed xmonad is no longer involved
2022-05-24 14:01:14 <geekosaur> I haven't, no

All times are in UTC.