Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 658 659 660 661 662 663 664 665 666 667 668 .. 1850
184,928 events total
2022-05-20 00:17:08 <geekosaur> (waymonad is crashy too because wlroots is no more stable than any other wayland compositor)
2022-05-20 00:29:09 <vrs> are they written badly or is it some kind of design bug?
2022-05-20 00:31:30 <geekosaur> compositors are hard too write. it took three tries to get something stable for X11
2022-05-20 00:33:20 <geekosaur> it's even more complicated when the compositor is also the display server, as it is under wayland
2022-05-20 00:34:23 <jao> geekosaur, just checking: is picom that "something stable"?
2022-05-20 00:35:10 <geekosaur> no, compton was. there was a compositor before xcompmgr
2022-05-20 00:35:50 <geekosaur> sorry, no. xcompmgr -> xcompmgr-dana -> compton -> picom
2022-05-20 00:35:57 <jao> oh well, i've never had any problems with picom (or compton, for that matter)
2022-05-20 00:36:08 <geekosaur> compton was the first one that reliably didn't either crash or hang
2022-05-20 00:36:22 <jao> yes, matches my experience
2022-05-20 01:20:14 <woobilicious> SimulaVR is using wlroots with Haskell for their 3d desktop. Maybe decent bindings should be the first thing on the agenda.
2022-05-20 01:21:12 × abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
2022-05-20 01:22:23 abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2022-05-20 01:22:29 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-05-20 01:52:49 Zach[m] joins (~zoglesby@user/zoglesby)
2022-05-20 02:04:30 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds)
2022-05-20 02:11:31 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-05-20 02:13:47 <jakeStateless-Fa> does anyone understand gridselect well enough to be able to tell my why when I use it, everything freezes?
2022-05-20 02:15:12 <jakeStateless-Fa> I've been contemplating making a gtk based replacement for it, but I would prefer to simply allow it to fork into it's own process and have an event hook or something
2022-05-20 02:15:24 <jakeStateless-Fa> well, it's own thread, really
2022-05-20 02:24:55 banc joins (banc@gateway/vpn/airvpn/banc)
2022-05-20 02:52:04 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-05-20 02:53:59 <^[> jakeStateless-Fa: Does everything freeze? I was under the impression that updates to windows just aren't being shown while it's active.
2022-05-20 02:54:33 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
2022-05-20 02:55:31 <^[> My guess is that it makes a new window that covers the entire screen, but doesn't bother clearing it, so it still shows the screen contents from when it was activated.
2022-05-20 02:55:57 <^[> You can't see what's changed under the window or click through it, so things appear frozen.
2022-05-20 03:14:22 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-05-20 03:19:21 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-05-20 04:01:06 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds)
2022-05-20 04:11:25 × stackdroid18 quits (14094@user/stackdroid) (Quit: hasta la vista... tchau!)
2022-05-20 04:59:47 × benin quits (~benin@183.82.31.141) (Quit: Ping timeout (120 seconds))
2022-05-20 05:00:05 benin joins (~benin@183.82.31.141)
2022-05-20 05:53:06 chomwitt joins (~chomwitt@2a02:587:dc2d:2c00:65fd:77eb:dfa:d1a4)
2022-05-20 06:07:11 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 244 seconds)
2022-05-20 06:18:54 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-05-20 06:53:14 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-05-20 06:55:40 cfricke joins (~cfricke@user/cfricke)
2022-05-20 07:09:06 × abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
2022-05-20 08:13:16 <jakeStateless-Fa> <^[> "You can't see what's changed..." <- yep, that
2022-05-20 08:14:12 <jakeStateless-Fa> it suspends all other keyboard activity though, and never can be drawn-over, so I'm not sure if it does create a window... but perhaps...
2022-05-20 08:16:39 <jakeStateless-Fa> meaning, I can't `M-1..9`/etc while it's active, which's understandable/desired, but again, the window refresh is annoying
2022-05-20 08:16:59 <jakeStateless-Fa> plus, I just watched a video on haskell based GTK apps, and I'm itching to try that out
2022-05-20 08:17:23 <jakeStateless-Fa> the guy did everything far too manual, I have some clever dynamic loading ideas ;)
2022-05-20 08:28:10 <liskin> jakeStateless-Fa: primary reason is that gridselect runs synchronously in xmonad and grabs the keyboard, so the normal event loop doesn't pick up any keybinds or events or anything
2022-05-20 08:28:48 <jakeStateless-Fa> yeah, figured
2022-05-20 08:29:42 <liskin> there's been a separate implementation of gridselect on hackage (or maybe just github) since forever, though
2022-05-20 08:30:06 <liskin> but the problem is there isn't any standard way of getting its output back to xmonad
2022-05-20 08:30:32 <liskin> one might hack together something using ServerMode and xmonadctl, but it's nothing well documented :-(
2022-05-20 08:30:42 <jakeStateless-Fa> what if it was launched via a pipe?
2022-05-20 08:31:04 <liskin> doesn't help, xmonad main loop doesn't have facilities for watching pipes
2022-05-20 08:31:12 <liskin> it's really stupid, tbh
2022-05-20 08:31:22 <liskin> it just synchronously calls XNextEvent
2022-05-20 08:31:34 <jakeStateless-Fa> mm
2022-05-20 08:31:51 <liskin> so any time you want anything async in xmonad (e.g. X.Util.Timer, or ServerMode, or whatever) you end up sending X events
2022-05-20 08:32:22 <liskin> it shouldn't even be that difficult to fix this, just nobody ever did
2022-05-20 08:32:24 <jakeStateless-Fa> yikes
2022-05-20 08:32:40 <liskin> maybe in the past there were issues around Xlib and threads
2022-05-20 08:32:56 <liskin> but it works rather well in xmobar, so it'd probably work equally well in xmonad too
2022-05-20 08:35:08 <liskin> ideally you'd just fire off a thread in xmonad and have a global channel/queue through which it could send stuff back to the main thread
2022-05-20 08:35:31 <liskin> but we don't have that so we've been doing silly X event hacks forever :-)
2022-05-20 08:36:23 <jakeStateless-Fa> so, it'd be challenging to make xmonad multithreaded?
2022-05-20 08:36:34 <jakeStateless-Fa> like, at all?
2022-05-20 08:37:03 <liskin> well that's the thing… probably not really
2022-05-20 08:37:19 <liskin> just hasn't been done :-)
2022-05-20 08:38:00 <liskin> (stuff would get broken, reported and fixed, but that's just how it always is)
2022-05-20 08:52:57 <jakeStateless-Fa> hm, well why not add the framework then?
2022-05-20 08:54:12 <liskin> just not enough time/priority really
2022-05-20 09:00:04 <jakeStateless-Fa> on another note, https://github.com/SimulaVR/haskell-mcwayface may be the first step forward in making waymonad function/making Xmonad into Wmonad...
2022-05-20 09:00:31 <jakeStateless-Fa> that license though... we could probably get the only contributor to change that... for our sakes
2022-05-20 09:00:59 <jakeStateless-Fa> the guy's still active on gh
2022-05-20 09:29:28 <Solid> jakeStateless-Fa: be the change you want to see! (with regards to us having TVars)
2022-05-20 09:46:46 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 244 seconds)
2022-05-20 10:31:55 × Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection)
2022-05-20 10:37:49 Natch joins (~natch@92.34.7.158)
2022-05-20 11:46:23 <geekosaur> someone else was actually poking at that recently, I don't recall who or how it turned out but can check my logs later
2022-05-20 12:03:04 <liskin> I think mgsloan was running some patched version of xmonad core but that was just handling of sigchld, not really a solution to the blocking nextEvent
2022-05-20 12:03:15 <liskin> Maybe you mean something else
2022-05-20 12:04:50 <geekosaur> no, past few days in here, someone wanted to do basically what jakeStateless-Fa is talking about with a TVar linking it to the core
2022-05-20 12:05:53 <geekosaur> it was abastro[m] and we were discussing a TChan, not simply a TVar
2022-05-20 12:06:51 <geekosaur> they were also hoping for distributed STM but I'm pretty sure they'd be writing a PhD thesis in that case :)
2022-05-20 12:09:41 <geekosaur> https://ircbrowse.tomsmeding.com/browse/lcxmonad?id=63815#trid63815
2022-05-20 12:16:22 <geekosaur> (handling of sigchld is historically a portability nightmare, the best way to do it on linux doesn't work on *bsd at all and the best way to do it on *bsd is incompletely implemented on linux)
2022-05-20 12:16:26 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-05-20 12:17:04 <geekosaur> I may have those reversed
2022-05-20 12:17:55 <geekosaur> I know we rejected a rewrite of sigchld handling back when sjanssen was still involved because it broke his system
2022-05-20 12:18:59 <geekosaur> (sjanssen was on netbsd. dons started out on netbsd and moved to arch)
2022-05-20 12:24:37 <liskin> Oh, I see. Completely missed that conversation
2022-05-20 13:15:15 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-05-20 13:19:59 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-05-20 13:37:06 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving)
2022-05-20 13:38:32 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-05-20 13:46:59 × chomwitt quits (~chomwitt@2a02:587:dc2d:2c00:65fd:77eb:dfa:d1a4) (Remote host closed the connection)
2022-05-20 14:23:02 Nahra joins (~user@static.161.95.99.88.clients.your-server.de)
2022-05-20 15:02:29 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5)
2022-05-20 15:04:37 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5)
2022-05-20 16:15:15 × Nahra quits (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection)
2022-05-20 16:24:30 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds)
2022-05-20 16:25:20 banc joins (banc@gateway/vpn/airvpn/banc)
2022-05-20 17:07:52 Zevv joins (~Zevvvvv@185.238.131.12)
2022-05-20 17:08:24 <Zevv> Hi all; for reasons of paranoia and power saving, I'd like to SIGCONT/SIGSTOP my firefox on focus enter and leave; is there something off-the-shelf that can do this?

All times are in UTC.