Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 882 883 884 885 886 887 888 889 890 891 892 .. 1850
184,993 events total
2022-10-02 08:37:13 × wonko quits (~wjc@2a0e:1c80:11::50) (Ping timeout: 250 seconds)
2022-10-02 09:00:31 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-10-02 09:15:10 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
2022-10-02 09:15:55 redgloboli joins (~redglobol@user/redgloboli)
2022-10-02 09:42:43 <HP-UX> Hello
2022-10-02 09:42:50 <HP-UX> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-RefocusLast.html having trouble with using this
2022-10-02 09:42:56 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2022-10-02 09:43:12 <HP-UX> I'm not sure how to use the loghook here to specify keys.
2022-10-02 09:48:51 chomwitt joins (~chomwitt@2a02:587:dc14:f500:baf8:17de:5af6:42e4)
2022-10-02 09:51:56 V42 joins (~V42@2a02-8440-5140-1636-cba6-e17b-5ddd-7d3b.rev.sfr.net)
2022-10-02 09:53:33 <HP-UX> https://bpa.st/XI6Q < xmonad.hs
2022-10-02 09:54:04 <HP-UX> https://bpa.st/XI6Q#1L283 how can I specify these as EZConfig keys?
2022-10-02 09:54:24 <HP-UX> Because I'm outside EZConfig block, not sure how :)
2022-10-02 09:55:50 <HP-UX> Also, the default keys defined here, dont' work for me
2022-10-02 10:04:22 × kaskal quits (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (Quit: ZNC - https://znc.in)
2022-10-02 10:04:53 kaskal joins (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-10-02 10:08:45 <HP-UX> Provides hooks and actions that keep track of recently focused windows on a per workspace basis and automatically refocus the last window on loss of the current (if appropriate as determined by user specified criteria).
2022-10-02 10:08:56 <HP-UX> Oh, this says per worksapce
2022-10-02 10:10:11 <HP-UX> I'm actually looking to do this: refocus last window no matter which workspace it is on, and go to that workspace, instead of bringing that window to the current workspace where a window was killed
2022-10-02 10:10:53 <HP-UX> I don't want per workspace feature of it
2022-10-02 11:27:40 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: brb)
2022-10-02 11:29:13 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-10-02 11:38:43 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: gathering Alsa logs...)
2022-10-02 11:39:55 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-10-02 11:42:27 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Client Quit)
2022-10-02 11:42:48 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-10-02 13:22:34 <geekosaur> I think you would need something that tracked the last focused workspace+window from the logHook in ExtensibleState
2022-10-02 14:02:34 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-10-02 14:06:06 × V42 quits (~V42@2a02-8440-5140-1636-cba6-e17b-5ddd-7d3b.rev.sfr.net) (Ping timeout: 252 seconds)
2022-10-02 14:58:06 rekahsoft joins (~rekahsoft@142.189.68.220)
2022-10-02 14:58:09 × rekahsoft quits (~rekahsoft@142.189.68.220) (Remote host closed the connection)
2022-10-02 15:03:18 rekahsoft joins (~rekahsoft@142.189.68.220)
2022-10-02 15:44:46 coldpress is now known as coldpresent
2022-10-02 15:50:39 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-02 16:10:15 mvk joins (~mvk@2607:fea8:5ce3:8500::778c)
2022-10-02 16:35:48 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-02 16:47:06 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-02 16:57:49 × rekahsoft quits (~rekahsoft@142.189.68.220) (Ping timeout: 268 seconds)
2022-10-02 17:41:52 Balrog[m] joins (~M0x62616c@2001:470:69fc:105::2:9152)
2022-10-02 17:42:01 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-10-02 17:43:43 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-10-02 17:55:18 mc47 joins (~mc47@xmonad/TheMC47)
2022-10-02 17:58:36 <HP-UX> I have to write a paper today finish it up, 3 page white paper on why zfs is better for enterprise over RAID
2022-10-02 17:58:39 <HP-UX> :)
2022-10-02 17:58:41 <HP-UX> Good morning
2022-10-02 17:58:43 <HP-UX> geekosaur: thanks, I'll check that out
2022-10-02 17:59:39 geekosaur has never had oomphy enough hardware for zfs, sadly
2022-10-02 18:05:21 <HP-UX> It's for the technical writing class
2022-10-02 18:05:40 <HP-UX> I gotta do white paper, letter to board members, and media presentation video
2022-10-02 19:43:57 × sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection)
2022-10-02 19:56:33 sagax joins (~sagax_nb@user/sagax)
2022-10-02 20:42:01 × ft quits (~ft@p3e9bc57b.dip0.t-ipconnect.de) (Remote host closed the connection)
2022-10-02 20:43:35 ft joins (~ft@p3e9bc57b.dip0.t-ipconnect.de)
2022-10-02 21:46:47 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-10-02 22:22:14 stackdroid18 joins (~stackdroi@user/stackdroid)
2022-10-02 22:55:36 × chomwitt quits (~chomwitt@2a02:587:dc14:f500:baf8:17de:5af6:42e4) (Ping timeout: 264 seconds)
2022-10-02 23:03:46 × mvk quits (~mvk@2607:fea8:5ce3:8500::778c) (Ping timeout: 246 seconds)
2022-10-02 23:06:25 wonko joins (~wjc@2a0e:1c80:11::50)
2022-10-02 23:22:25 mvk joins (~mvk@2607:fea8:5ce3:8500::778c)
2022-10-02 23:29:14 <HP-UX> https://bpa.st/7ZIA does anything look odd with my xmonad.hs ? All of a sudden in KDE, now mod+p for dmenu doesn't work, mod+q to restrt xmonad doesn't work, but other keys work in xmonad, np.
2022-10-02 23:29:30 <HP-UX> mod+q now opens up some kde activity thing
2022-10-02 23:46:19 <geekosaur> I think you'll have to check KDE. At one time only one program could grab a given key sequence, but that changed to the last grabber winning — so it sounds like some KDE component is now grabbing mod-q away from xmonad
2022-10-02 23:46:32 <HP-UX> :(
2022-10-02 23:46:39 <HP-UX> I think I might stop using KDE
2022-10-02 23:47:35 <HP-UX> I enabled some 'activities' thing for the panel yesterday and since then I've been having problems
2022-10-02 23:47:50 <HP-UX> I restored my system to a previous snapshot, no luck. Maybe it changed some stuff in ~
2022-10-02 23:48:00 <HP-UX> and I don't have a snapshot of home, which was my stupid mistake.
2022-10-02 23:48:08 <geekosaur> https://docs.kde.org/trunk5/en/khelpcenter/fundamentals/kbd.html says meta-q now opens the activity center
2022-10-02 23:48:27 <HP-UX> why would kde magically start doing this when xmonad worked just fine for years
2022-10-02 23:48:52 <HP-UX> maybe cuz I enabled somea ctivity thign on panel but then I removed it. Maybe the setting is still there somewhere in my ~!
2022-10-02 23:48:54 <HP-UX> I doin't know.
2022-10-02 23:49:08 <HP-UX> I'm making a backup of ~ to my zfs mirror right now
2022-10-02 23:49:17 <HP-UX> Then going to attempt to reinstall and do things correctly this time around
2022-10-02 23:52:52 × wonko quits (~wjc@2a0e:1c80:11::50) (Ping timeout: 268 seconds)
2022-10-02 23:54:35 × stackdroid18 quits (~stackdroi@user/stackdroid) (Quit: hasta la vista... tchau!)
2022-10-03 00:42:54 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-10-03 01:30:50 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-03 01:31:26 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-10-03 01:37:00 × berberman quits (~berberman@user/berberman) (Ping timeout: 268 seconds)
2022-10-03 01:45:03 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-03 01:45:20 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-03 01:47:41 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-10-03 01:53:50 <HP-UX> Hello, due to Ubuntt 22 not supporting my old nvidia card, Ihad to back go 20.04, where I have nvidia 340.
2022-10-03 01:54:18 <HP-UX> OI
2022-10-03 01:54:56 <HP-UX> I build everything using stack, latest 0.17 in ~/.local/bin/ but xmonad isn't in there for some reason
2022-10-03 01:54:59 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-03 01:55:42 <HP-UX> So I am trying to build xmonad again, using stack and I get the error that lib> /home/stoned/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_3.4.1.0_ghc-9.0.2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/stoned/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_3.4.1.0_ghc-9.0.2)
2022-10-03 01:55:57 <HP-UX> I see, sudo apt-cache show libc6 and it says 2.31
2022-10-03 01:56:20 <HP-UX> Is Xmonad 0.17 not compatible with older libc?
2022-10-03 01:56:55 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-03 02:00:24 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 264 seconds)
2022-10-03 02:04:56 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds)
2022-10-03 02:06:36 <HP-UX> https://xmonad.org/INSTALL.html#build-xmonad
2022-10-03 02:06:42 <HP-UX> these instructions on 22 fail for me
2022-10-03 02:07:19 <HP-UX> sorry on ubuntu 20.04
2022-10-03 02:10:11 × td_ quits (~td@94.134.91.231) (Ping timeout: 260 seconds)
2022-10-03 02:11:52 td_ joins (~td@94.134.91.118)
2022-10-03 02:15:32 <HP-UX> What version of glibc etc. does xmonad .17 require?
2022-10-03 02:15:39 <HP-UX> I can't seem to find this anywhere
2022-10-03 02:23:42 <HP-UX> Maybe stuff from previous crap was something something, I will delete ~/.stack and try again

All times are in UTC.