Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 71 72 73 74 75 76 77 78 79 80 81 .. 1842
184,195 events total
2021-06-16 09:38:44 VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d)
2021-06-16 09:38:46 iffsid joins (~iffsid@2001:470:69fc:105::a3e)
2021-06-16 09:54:39 kajzer joins (~themainma@user/themainman)
2021-06-16 10:39:14 lyiriyah36 joins (~lyiriyah@5.150.114.59)
2021-06-16 11:08:11 hexo parts (~hexo@user/hexo) (Leaving)
2021-06-16 11:08:23 hexo joins (~hexo@user/hexo)
2021-06-16 11:41:19 CosmosAtlas joins (~CosmosAtl@180.110.107.69)
2021-06-16 11:57:26 × CosmosAtlas quits (~CosmosAtl@180.110.107.69) (Quit: WeeChat 3.2)
2021-06-16 11:57:45 cosmos1 joins (~CosmosAtl@180.110.107.69)
2021-06-16 11:58:43 lyiriyah36 is now known as lyiriyah
2021-06-16 12:01:23 × cosmos1 quits (~CosmosAtl@180.110.107.69) (Client Quit)
2021-06-16 12:09:26 × lyiriyah quits (~lyiriyah@5.150.114.59) (Quit: Client closed)
2021-06-16 12:47:27 lyiriyah93 joins (~lyiriyah@5.150.114.59)
2021-06-16 12:47:39 lyiriyah93 is now known as lyiriyah
2021-06-16 12:48:29 edun joins (~edun@user/edun)
2021-06-16 12:48:34 × qbt quits (~edun@user/edun) (Remote host closed the connection)
2021-06-16 12:50:53 flavum joins (~flavum@user/flavum)
2021-06-16 13:00:39 thunderrd joins (~thunderrd@183.182.114.206)
2021-06-16 13:41:23 benin036 joins (~benin@183.82.207.180)
2021-06-16 13:41:29 × lyiriyah quits (~lyiriyah@5.150.114.59) (Quit: Client closed)
2021-06-16 13:41:54 lyiriyah joins (~lyiriyah@5.150.114.59)
2021-06-16 13:50:01 × lyiriyah quits (~lyiriyah@5.150.114.59) (Quit: Client closed)
2021-06-16 13:58:28 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-06-16 14:05:50 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 272 seconds)
2021-06-16 14:09:02 mohab joins (~mohab@41.35.221.152)
2021-06-16 14:11:06 <mohab> I couldn't get it to run, so I just run it in OpenBox now. Odd thing is RetroArch works fine in Xmonad.
2021-06-16 14:16:13 <Solid> you couldn't get what to run?
2021-06-16 14:19:19 <mohab> MAME
2021-06-16 14:20:36 <mohab> I sent this yesterday: Has anyone been able to launch Mame in Xmonad? Htop says it's running, but it isn't, and journalctl doesn't report any error. I'm on Arch.
2021-06-16 14:22:34 <Solid> eh, if in doubt try to make xmonad emwh compliant and see if that fixes things :>
2021-06-16 14:25:25 × mohab quits (~mohab@41.35.221.152) (Ping timeout: 268 seconds)
2021-06-16 14:29:42 mohab joins (~mohab@41.35.221.152)
2021-06-16 14:47:45 wonko_ joins (~wjc@62.115.229.50)
2021-06-16 14:48:49 bla joins (~bla@89-67-84-220.dynamic.chello.pl)
2021-06-16 14:49:11 <bla> Hello. Long time not seen.
2021-06-16 14:54:50 <Solid> Hi person I have never seen before; long time indeed!
2021-06-16 14:55:42 <bla> Seems like a solid eternity!
2021-06-16 14:56:25 <Solid> :)
2021-06-16 14:57:19 <bla> It's just that since I've made my xmonad.hs, probably 10 year ago I haven't much touched it and it still works.
2021-06-16 14:57:24 × mohab quits (~mohab@41.35.221.152) (Quit: Quit)
2021-06-16 14:58:22 <bla> But, the time came I wanted to ask if you use some module for more "incremental" search in windows or workspaces names.
2021-06-16 15:00:41 <bla> My dirExecPrompt for scripts seems to work like that, but workspace Prompt and WindowPromptGoto/Bring doesn't.
2021-06-16 15:00:53 <Solid> I'm always happy to see people who've been using xmonad for so long
2021-06-16 15:01:04 <Solid> what exactly do you mean by "incremental"?
2021-06-16 15:02:10 <bla> I'd like the possible results to be filtered by a globbed "*PART*" for each word that I type into prompt. In general
2021-06-16 15:02:36 <bla> If I have 20+ windows in window list I can't find "firefox" because that's somewhere in the end of the window name, and not in the beginning.
2021-06-16 15:03:02 <bla> I'd type "fox", see what firefoxes are open, and then type some additional word, narrow to the single item and use TAB to expand the prompt
2021-06-16 15:03:18 <bla> This can even work with only one word / one part and I'd be happy.
2021-06-16 15:04:46 <Solid> ah, so you want some kind of fuzzy finding functionality?
2021-06-16 15:05:26 <Solid> there is X.P.FuzzyMatch for that, which you can put as your searchPredicate and sorter
2021-06-16 15:05:30 <bla> Yeah. And it seems XMonad.Prompt.DirExec does almost that and XMonad.Prompt.Window not really
2021-06-16 15:06:40 <bla> Okey. I can put it in XPConfig if I understand the example
2021-06-16 15:07:40 <Solid> yes exactly
2021-06-16 15:08:11 <bla> Hey, works like a charm.
2021-06-16 15:08:14 <bla> Thx. <3
2021-06-16 15:08:34 <Solid> yw :)
2021-06-16 15:09:03 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-06-16 15:10:10 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-06-16 15:11:43 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Client Quit)
2021-06-16 15:12:38 allbery_b is now known as geekosaur
2021-06-16 15:22:47 azg256 joins (~azg256@78-56-98-5.static.zebra.lt)
2021-06-16 15:28:48 × azg256 quits (~azg256@78-56-98-5.static.zebra.lt) (Quit: leaving)
2021-06-16 15:49:29 × wonko_ quits (~wjc@62.115.229.50) (Quit: See You Space Cowboy..)
2021-06-16 16:13:58 azg256 joins (4e386205@ircip1.mibbit.com)
2021-06-16 16:38:55 seschwar joins (~seschwar@user/seschwar)
2021-06-16 16:40:53 scaniatrucker joins (~user@78-56-98-5.static.zebra.lt)
2021-06-16 16:42:32 azg256 parts (4e386205@ircip1.mibbit.com) ()
2021-06-16 16:43:24 × scaniatrucker quits (~user@78-56-98-5.static.zebra.lt) (Client Quit)
2021-06-16 16:44:12 AZG256 joins (~user@78-56-98-5.static.zebra.lt)
2021-06-16 16:50:03 × benin036 quits (~benin@183.82.207.180) (Quit: The Lounge - https://thelounge.chat)
2021-06-16 17:39:39 wonko_ joins (~wjc@62.115.229.50)
2021-06-16 18:09:23 × edun quits (~edun@user/edun) (Ping timeout: 268 seconds)
2021-06-16 18:10:52 tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl)
2021-06-16 18:30:56 × wonko_ quits (~wjc@62.115.229.50) (Ping timeout: 252 seconds)
2021-06-16 18:31:31 wonko_ joins (~wjc@62.115.229.50)
2021-06-16 18:39:29 × wonko_ quits (~wjc@62.115.229.50) (Ping timeout: 268 seconds)
2021-06-16 18:43:42 × flavum quits (~flavum@user/flavum) (Quit: leaving)
2021-06-16 19:26:31 benin036 joins (~benin@183.82.207.180)
2021-06-16 19:48:02 <electr0n> I know most xmonad users don't use poly, but I was wondering if anyone has been able to effectively keep NSP hidden from the workspace module. I am thinking that I need to accomplish this from xmonad.hs... any insights would be greatly appreciated.
2021-06-16 19:52:57 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-EwmhDesktops.html#v:ewmhDesktopsLogHookCustom can be used to delete NSP from the workspace list
2021-06-16 19:53:53 × milosz__ quits (~milosz@user/milosz) (Remote host closed the connection)
2021-06-16 19:55:30 × AZG256 quits (~user@78-56-98-5.static.zebra.lt) (Quit: ERC (IRC client for Emacs 26.1))
2021-06-16 20:26:38 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-06-16 20:29:06 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds)
2021-06-16 21:27:20 allbery_b is now known as geekosaur
2021-06-16 21:30:25 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2021-06-16 22:05:03 × tremon quits (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in)
2021-06-16 22:12:59 <electr0n> geekosaur: I will check it out, although I was under the impression you only wanted to use ewmh without log/event hooks when needing xmonad to play nice. I had run into issues with the bar not being able to parse the icons even with the fonts loading.
2021-06-16 22:14:12 <geekosaur> how are you needing the bar xmonad's state?
2021-06-16 22:21:22 <geekosaur> *feeding
2021-06-16 22:22:31 <electr0n> xmonad $ ewmh under main and XMonad.Hooks.EwmhDesktops
2021-06-16 22:23:00 <electr0n> sorry have only been running for a few days and I do not know haskell. if it weren't for the great error messages I may still not be up and running.
2021-06-16 22:23:15 <geekosaur> right, so you'd have to override the standard loghook `ewmh` installs to use the custom one that lets you hide workspaces
2021-06-16 22:39:18 × Solitary quits (~Solitary@user/solitary) (Ping timeout: 264 seconds)
2021-06-16 22:41:05 Solitary joins (~Solitary@user/solitary)
2021-06-16 23:00:26 × Solitary quits (~Solitary@user/solitary) (Ping timeout: 252 seconds)
2021-06-16 23:06:34 Solitary joins (~Solitary@user/solitary)
2021-06-16 23:22:30 <electr0n> alright let's see if I can figure out how to do that.
2021-06-16 23:22:46 <electr0n> thank you for the input and direction.
2021-06-16 23:24:05 × benin036 quits (~benin@183.82.207.180) (Ping timeout: 252 seconds)
←Prev  Next→
Page 1 .. 71 72 73 74 75 76 77 78 79 80 81 .. 1842

All times are in UTC.