Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 951 952 953 954 955 956 957 958 959 960 961 .. 1851
185,007 events total
2022-11-11 09:09:16 berberman_ joins (~berberman@user/berberman)
2022-11-11 09:10:18 × berberman quits (~berberman@user/berberman) (Ping timeout: 252 seconds)
2022-11-11 09:39:46 Hidlegunst joins (~Hidleguns@178.199.67.86.rev.sfr.net)
2022-11-11 09:39:51 × Hidlegunst quits (~Hidleguns@178.199.67.86.rev.sfr.net) (Client Quit)
2022-11-11 09:41:36 Hildegunst joins (~Hildeguns@178.199.67.86.rev.sfr.net)
2022-11-11 09:43:31 <Hildegunst> Hello everyone, I need some help with xmonad, everytime I try to launch `dmenu` or any script using `dmenu`, I get the error "munmap_chunk(): invalid pointer" and it doesn't launch
2022-11-11 09:43:42 <Hildegunst> Does anyone know what is the problem ?
2022-11-11 09:54:23 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)
2022-11-11 09:59:29 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 10:02:47 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Client Quit)
2022-11-11 10:03:40 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 10:04:36 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Remote host closed the connection)
2022-11-11 10:05:29 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 10:33:03 <byorgey> Hildegunst: sounds like a problem with dmenu, see e.g. https://www.reddit.com/r/suckless/comments/ftj6nt/dmenu_run_results_in_munmap_chunk_invalid_pointer/
2022-11-11 10:35:53 <Hildegunst> The weird thing is that on bspwm it works fine but not on XMonad :/
2022-11-11 10:36:20 <Hildegunst> Thing is, the unpatched version works fine, so I'm going to rebuild my dmenu from scratch and see
2022-11-11 11:06:27 × shinjipf quits (~shinjipf@2a01:4f8:1c1c:c1be::1) (Quit: Shinji leaves)
2022-11-11 11:06:46 shinjipf joins (~shinjipf@2a01:4f8:1c1c:c1be::1)
2022-11-11 11:21:17 × Hildegunst quits (~Hildeguns@178.199.67.86.rev.sfr.net) (Quit: nyaa~)
2022-11-11 12:21:30 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-11 12:24:09 × mvk quits (~mvk@2607:fea8:5ce3:8500::4b68) (Client Quit)
2022-11-11 12:25:09 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-11 12:26:54 × mvk quits (~mvk@2607:fea8:5ce3:8500::4b68) (Client Quit)
2022-11-11 12:40:11 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-11 12:48:58 <MrElendig> classic quality C code
2022-11-11 12:52:27 <geekosaur> don't get me started
2022-11-11 12:54:08 <MrElendig> good thing xmonad has the various prompt and runner modules :)
2022-11-11 13:34:25 × scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Quit: leaving)
2022-11-11 13:37:07 scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk)
2022-11-11 13:43:46 × mncheck quits (~mncheck@193.224.205.254) (Remote host closed the connection)
2022-11-11 14:21:22 ft joins (~ft@p508dbd59.dip0.t-ipconnect.de)
2022-11-11 14:41:40 <Maeda> Hi! Which clipboard manager do you use/prefer? I am using clipit but is rather old and not sure still maintained.
2022-11-11 14:44:32 <geekosaur> I use CopyQ, fwiw
2022-11-11 15:22:13 <Maeda> geekosaur: will try this, thanks :)
2022-11-11 15:23:09 <geekosaur> make sure you have trayer-srg or similar running since it runs as an indicator applet
2022-11-11 15:25:48 <Maeda> Yes, trayer is running
2022-11-11 15:26:04 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: BRB)
2022-11-11 15:29:04 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 15:30:34 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Client Quit)
2022-11-11 15:31:00 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 16:00:53 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: brb)
2022-11-11 16:01:22 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
2022-11-11 16:58:18 <Solid> Maeda: I think there's greenclip, which is even written in Haskell
2022-11-11 16:58:35 <Solid> (which always struck me as a weird choice, since every function is in IO and talks to X11 but... if it works it works :)
2022-11-11 17:11:07 <geekosaur> could say much the same of xmonad…
2022-11-11 17:11:22 <geekosaur> or termonad or probably kmonad
2022-11-11 17:20:42 <Solid> well, for xmonad there is a good deal of internal logic (like the whole StackSet stuff)
2022-11-11 17:21:36 <Solid> for kmonad it's even more; only the outer-edges talk to the outside world, anything between "a keypress/receive is received" and "something is emitted" is done without IO
2022-11-11 17:21:52 <Solid> but I don't think I saw a single non-IO function in greenclip
2022-11-11 17:22:08 <Solid> then again, I guess that's what Scala is all the time so... :)
2022-11-11 17:25:17 × mvk quits (~mvk@2607:fea8:5ce3:8500::4b68) (Ping timeout: 255 seconds)
2022-11-11 17:35:44 × noex quits (~null@user/noex) (Quit: :q!)
2022-11-11 17:37:27 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-11 17:58:05 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 260 seconds)
2022-11-11 18:21:01 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-11 19:37:47 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 248 seconds)
2022-11-11 19:40:58 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
2022-11-11 19:58:56 × mvk quits (~mvk@2607:fea8:5ce3:8500::4b68) (Ping timeout: 252 seconds)
2022-11-11 20:10:32 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-70-g48a6d34f: X.Prelude: Add findM (11 days ago, 3 files, 18+ 11-) https://github.com/xmonad/xmonad-contrib/commit/48a6d34f5507
2022-11-11 20:10:34 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-71-g49e9570f: X.U.NamedScratchpad: Factor out isNSP (11 days ago, 1 file, 6+ 4-) https://github.com/xmonad/xmonad-contrib/commit/49e9570f12c5
2022-11-11 20:10:42 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-72-gf059829f: X.U.NamedScratchpad: Add exclusive scratchpad capabilities (12 days ago, 2 files, 204+ 27-) https://github.com/xmonad/xmonad-contrib/commit/f059829f0319
2022-11-11 20:10:48 <xmonadtrack> ... and 4 more commits
2022-11-11 20:15:39 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-11 20:17:21 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-11 20:43:32 × _qw quits (~eqw@31.134.178.99) (Ping timeout: 248 seconds)
2022-11-11 20:50:29 _qw joins (~eqw@31.134.178.99)
2022-11-11 21:11:46 sheilabillycryt[ joins (~sheilabil@2001:470:69fc:105::2:ba97)
2022-11-11 22:06:44 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-11 23:18:05 × chomwitt quits (~chomwitt@2a02:587:7a0a:c00:1ac0:4dff:fedb:a3f1) (Ping timeout: 255 seconds)
2022-11-11 23:33:30 × Jazzah quits (~jazz@user/jazzah) (*.net *.split)
2022-11-11 23:33:30 × koluacik quits (~koluacik@165.227.171.188) (*.net *.split)
2022-11-11 23:33:49 Jazzah joins (~jazz@irradiated.plutonium.dk)
2022-11-11 23:33:59 × Jazzah quits (~jazz@irradiated.plutonium.dk) (Changing host)
2022-11-11 23:33:59 Jazzah joins (~jazz@user/jazzah)
2022-11-11 23:34:22 koluacik joins (~koluacik@165.227.171.188)
2022-11-11 23:52:43 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-12 00:09:14 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-12 00:12:00 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 260 seconds)
2022-11-12 00:15:32 werneta_ joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-12 00:16:09 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-12 00:20:28 × werneta_ quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-12 00:20:50 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-12 00:26:38 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-11-12 00:27:04 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-12 00:30:31 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
2022-11-12 00:35:22 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-12 00:59:20 × mvk quits (~mvk@2607:fea8:5ce3:8500::4b68) (Ping timeout: 255 seconds)
2022-11-12 01:15:23 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-11-12 03:03:53 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
2022-11-12 03:04:21 noex joins (~null@user/noex)
2022-11-12 03:09:24 mvk joins (~mvk@2607:fea8:5ce3:8500::4b68)
2022-11-12 03:15:24 × td_ quits (~td@83.135.9.13) (Ping timeout: 260 seconds)
2022-11-12 03:16:43 td_ joins (~td@83.135.9.7)
2022-11-12 03:23:59 banc joins (banc@gateway/vpn/airvpn/banc)
2022-11-12 03:33:17 × [Leary] quits (~Leary]@user/Leary/x-0910699) (Remote host closed the connection)
2022-11-12 03:36:40 [Leary] joins (~Leary]@user/Leary/x-0910699)
2022-11-12 04:26:12 Guest44100 joins (~Guest44@2603-8000-6f00-2842-f8fd-d635-8e71-680e.res6.spectrum.com)
2022-11-12 04:26:25 <Guest44100> hi since the new xmobar update, my xmobar now overflows to the right off the screen instead of going behind the status on the right
2022-11-12 04:26:30 <Guest44100> does anyone know how to fix that?
2022-11-12 04:41:34 <Guest44100> hi

All times are in UTC.