Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 123 124 125 126 127 128 129 130 131 132 133 .. 397
39,606 events total
2021-01-25 12:16:34 <Liskni_si> cause I doubt Peter is actually willing to do any work
2021-01-25 12:17:09 <Liskni_si> or I could move the genmanpage stuff to cabal, but the cabal github workflow is a just a steaming pile of dogshit that I'm not willing to touch with a ten foot pole
2021-01-25 12:17:14 <mc47> if he were active he would've intervened when travis was removed
2021-01-25 12:17:20 <Liskni_si> (and it's not even meant to be touched, it's generated)
2021-01-25 12:18:09 <Liskni_si> so it seems that no matter how much I'm willing to bend over backwards to satisfy his whims, it's just going to be fucked up
2021-01-25 12:18:38 <Liskni_si> and at that point it kind of makes sense to just fork it and waste time on "marketing" instead :-/
2021-01-25 12:18:52 <Liskni_si> or, well, just get drunk and forget it.
2021-01-25 12:18:59 × crmaurei quits (crmaurei@nat/qt/x-uqqqhspbluuuzjkv) (Quit: No Ping reply in 180 seconds.)
2021-01-25 12:19:11 <Liskni_si> (thanks for letting me vent, btw)
2021-01-25 12:19:13 terrorjack1 joins (~terrorjac@static.23.111.201.195.clients.your-server.de)
2021-01-25 12:19:34 × terrorjack quits (~terrorjac@static.23.111.201.195.clients.your-server.de) (Ping timeout: 260 seconds)
2021-01-25 12:19:35 terrorjack1 is now known as terrorjack
2021-01-25 12:19:44 <Liskni_si> Solid: yeah changes to StackSet are unlikely
2021-01-25 12:20:12 <Liskni_si> this tiling/floating layer thing might need a redesign, but I'd wait a few years with that
2021-01-25 12:20:13 crmaurei joins (crmaurei@nat/qt/x-gtxmnsyobtvfsess)
2021-01-25 12:20:29 <mc47> we'll see, maybe a third party (maybe some old maintainer?) tags along and resolves the conflict
2021-01-25 12:20:31 <Liskni_si> until after this whole X11 vs Wayland vs maybe Mir/Arcan/whatever situation clears up
2021-01-25 12:21:42 <Solid> mc47: yes this is the only way right now that I can see
2021-01-25 12:21:47 <Liskni_si> but if someone was to fork xmonad, they could probably merge core and contrib and update the default config to include ewmh
2021-01-25 12:22:04 <Liskni_si> on the other hand the distros can do that as well
2021-01-25 12:22:53 <mc47> Makes sense, I doubt there's someone out there who uses xmonad without the contrib
2021-01-25 12:26:43 <Liskni_si> the good thing is that I'm no longer wondering if it's my fault or not and I can at least go and work on my -contrib PRs :-)
2021-01-25 12:28:19 sagax joins (~sagax_nb@213.138.71.146)
2021-01-25 12:28:21 <mc47> glad to hear that ! Chatting and talking about things can help make them clearer, it's good to get different perspectives
2021-01-25 12:28:39 × Buliarous quits (~gypsydang@unaffiliated/buliarous) (Remote host closed the connection)
2021-01-25 12:33:41 × kelnoky quits (~shao@ip1f1222c4.dynamic.kabel-deutschland.de) (Ping timeout: 272 seconds)
2021-01-25 13:09:30 × materiyolo quits (~materiyol@112.204.170.198) (Quit: WeeChat 2.9)
2021-01-25 13:15:42 geekosaur joins (82650c7c@130.101.12.124)
2021-01-25 13:27:13 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0)
2021-01-25 13:27:26 cfricke joins (~cfricke@unaffiliated/cfricke)
2021-01-25 13:53:47 novas0x2a1 joins (~blah@157-131-126-102.fiber.dynamic.sonic.net)
2021-01-25 13:54:39 × novas0x2a quits (~blah@157-131-126-102.fiber.dynamic.sonic.net) (Ping timeout: 260 seconds)
2021-01-25 13:56:34 kelnoky joins (~shao@ip1f1222c4.dynamic.kabel-deutschland.de)
2021-01-25 14:00:01 × glowpelt quits (~myst@focks.pw) (Max SendQ exceeded)
2021-01-25 14:00:51 glowpelt joins (~myst@focks.pw)
2021-01-25 14:03:13 × geekosaur quits (82650c7c@130.101.12.124) (Ping timeout: 248 seconds)
2021-01-25 14:06:45 <Solid> Liskni_si: re #447: the event being queued up and then re-executed afterwards is actually exactly what I observe in practice
2021-01-25 14:07:39 <Solid> it doesn't even really matter when I release the queued up pointer events
2021-01-25 14:07:48 <Solid> always seems to happen
2021-01-25 14:08:16 <Liskni_si> Solid: that's a bit weird
2021-01-25 14:09:03 <Liskni_si> I had to change the selectInput call and turn maskEvent into nextEvent, and then I don't see how they'd get queued
2021-01-25 14:09:10 geekosaur joins (82650c7c@130.101.12.124)
2021-01-25 14:09:30 <Liskni_si> (nextEvent was just a testing hack though)
2021-01-25 14:10:00 <Liskni_si> Solid: can you push your changes somewhere?
2021-01-25 14:10:57 <Solid> oh I didn't actually modify these; simply adding allowEvents "just works"
2021-01-25 14:11:32 <Liskni_si> oh
2021-01-25 14:11:35 <Liskni_si> let me try that
2021-01-25 14:13:48 <Liskni_si> doesn't work here
2021-01-25 14:14:06 <Liskni_si> added allowEvents after the maskEvent, and xmonad still gets stuck
2021-01-25 14:14:37 <Liskni_si> I also added a print and, as expected, there's no event delivered, and thus allowEvents isn't being called
2021-01-25 14:14:41 <Liskni_si> did you add it elsewhere?
2021-01-25 14:14:42 <Solid> :o
2021-01-25 14:14:45 <Solid> let me try again
2021-01-25 14:14:51 <Solid> I also added it right after the maskEvent
2021-01-25 14:14:53 <Liskni_si> maybe add "print ev" there as well
2021-01-25 14:15:25 <Liskni_si> what I do is I run two terminal windows, in one of them I do journalctl -f, then invoke the prompt and click into the inactive window
2021-01-25 14:15:50 <Liskni_si> I can see events being printed as I'm typing, and then when I click, nothing else is printed
2021-01-25 14:16:10 <Liskni_si> with altered selectInput and nextEvent, there'd be a ButtonEvent
2021-01-25 14:30:52 <Solid> Liskni_si: you're right; I have no idea what I did before, but simply adding the allowEvents also froze xmonad this time around...
2021-01-25 14:31:27 <Solid> I am wondering though how you needed to change selectInput? It already seems to filter for the masks we want
2021-01-25 14:31:43 <Solid> leaving it alone and making maskEvents a nextEvents works for me (I promise)
2021-01-25 14:32:07 <Solid> s/nts/nt/
2021-01-25 14:32:25 <Liskni_si> that is a good question
2021-01-25 14:32:39 <Liskni_si> I probably did that because I was hoping to get some FocusOut events
2021-01-25 14:32:52 <Liskni_si> and then assumed these ButtonEvents would also need something
2021-01-25 14:33:16 <Liskni_si> nevermind then :-)
2021-01-25 14:37:01 geekosaur8 joins (82650c7c@130.101.12.124)
2021-01-25 14:38:39 <Solid> Awesome, thanks :)
2021-01-25 14:40:33 × geekosaur quits (82650c7c@130.101.12.124) (Ping timeout: 248 seconds)
2021-01-25 14:43:37 × geekosaur8 quits (82650c7c@130.101.12.124) (Quit: Connection closed)
2021-01-25 14:57:03 <Solid> I pushed a new version of that pr, in case you want to look at it
2021-01-25 14:57:43 <Solid> I'm not sure if the explanation is too verbose; but I feel like all of this X11 hackery needs to be written down *somewhere* other than github, and I think right there in the code may be the best place
2021-01-25 15:01:48 <Liskni_si> I didn't get any notification from github yet but I agree that stuff like this belongs close to the code in question
2021-01-25 15:24:57 <Solid> btw, is it okay to ping you in xmonad (say, for merging trivial fixes like #223) or do you want to stay away from that repo for a while?
2021-01-25 15:26:45 <Liskni_si> it's totally okay
2021-01-25 15:55:24 × ADG1089__ quits (~aditya@223.226.145.125) (Read error: Connection reset by peer)
2021-01-25 15:55:40 ADG1089__ joins (~aditya@223.226.145.125)
2021-01-25 15:58:07 <Liskni_si> so shall I merge #223 or do we want to rebase and CI first_
2021-01-25 16:05:32 <Solid> I think a rebase sounds sensible
2021-01-25 16:28:32 thoros joins (~thoros@194-96-55-156.hdsl.highway.telekom.at)
2021-01-25 16:40:06 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-01-25 16:44:34 × thoros quits (~thoros@194-96-55-156.hdsl.highway.telekom.at) (Quit: WeeChat 3.0)
2021-01-25 16:46:58 <mc47> My weird issue with discord stealing focus magically disappeared after doing a system upgrade :D
2021-01-25 16:52:54 geekosaur joins (82650c7c@130.101.12.124)
2021-01-25 16:58:19 × ADG1089__ quits (~aditya@223.226.145.125) (Remote host closed the connection)
2021-01-25 17:07:30 themc47 joins (~yecinem@89.246.239.190)
2021-01-25 17:09:56 × mc47 quits (~yecinem@89.246.239.190) (Ping timeout: 240 seconds)
2021-01-25 17:10:34 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 265 seconds)
2021-01-25 17:20:35 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 272 seconds)
2021-01-25 17:22:46 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-01-25 18:09:37 × geekosaur quits (82650c7c@130.101.12.124) (Ping timeout: 248 seconds)
2021-01-25 18:20:34 ADG1089__ joins (~aditya@223.226.145.125)
2021-01-25 18:21:33 geekosaur joins (82650c7c@130.101.12.124)
2021-01-25 18:22:22 × ADG1089__ quits (~aditya@223.226.145.125) (Remote host closed the connection)
2021-01-25 18:23:34 ADG1089__ joins (~aditya@223.226.145.125)
2021-01-25 18:42:13 × geekosaur quits (82650c7c@130.101.12.124) (Quit: Connection closed)
2021-01-25 18:47:02 geekosaur joins (82650c7c@130.101.12.124)
2021-01-25 18:51:56 × hexo quits (~hexo@gateway/tor-sasl/hexo) (*.net *.split)
2021-01-25 19:01:37 × geekosaur quits (82650c7c@130.101.12.124) (Quit: Connection closed)
2021-01-25 19:05:36 × SpiderPig quits (~matt@047-132-233-190.res.spectrum.com) (Ping timeout: 240 seconds)
←Prev  Next→
Page 1 .. 123 124 125 126 127 128 129 130 131 132 133 .. 397

All times are in UTC.