ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
alexherbo2 has quit [Remote host closed the connection]
haliucinas has quit [Read error: Connection reset by peer]
haliucinas has joined #river
Nosrep has joined #river
sillypill has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 260 seconds]
sillypill has quit [Quit: WeeChat 3.8]
sillypill has joined #river
waleee has quit [Ping timeout: 248 seconds]
sillypill has quit [Ping timeout: 255 seconds]
dbuckley has quit [Ping timeout: 252 seconds]
angry_vincent has joined #river
angry_vincent has quit [Changing host]
angry_vincent has joined #river
<NickH> ifreund: looks like you had a productive weekend :-)
<NickH> A few hours aog had a play with a build from the head of the scene branch in a nested session and didn't see any problems.
<NickH> s/aog/ago
<ifreund> NickH: more like a very productive last two weeks :D
<ifreund> glad it's working well for you, probably gonna merge it to master today
<NickH> Ahh, I've not been following closely.
<NickH> Nice. I'll run it as my daily driver once it's in the main branch.
<NickH> In less exiciting news it looks like my attempts to get Zig and river into Debian 12 have not been sucessful.
<ifreund> that's too bad, what are the blockers?
<NickH> The only DD that took an interest doesn't like the copyright file that I've made for Zig. :-(
<ifreund> ah, so mostly a lack of will on the debian side I guess
<ifreund> I think that will eventually change as the amount of useful software written in Zig grows
<NickH> Yeah need a current Debian Developer to sponsor the package.
<NickH> The last I heard was "I will not review a non-reviewable copyright file." Fun stuff.
<NickH> Yeah, I think I just need to wait a little.
<ifreund> man, debian is really anal about copyright
<ifreund> thanks for your time working on this!
<NickH> It really depends on the individual. If another DD takes an interest it may go in quite quickly.
<NickH> But it will almost certainly be too late for Debian 12 which is already in a type of soft freeze.
<NickH> I've actually quite enjoyed working on this stuff. It's been a good learning experience.
<NickH> Thanks for the nice code.
andyrtr has quit [Ping timeout: 248 seconds]
andyrtr has joined #river
uncomfy has joined #river
uncomfy has quit [Client Quit]
uncomfy has joined #river
uncomfy_ has joined #river
uncomfy has quit [Quit: uncomfy]
<dnkl> just saw the scene merge! Congrats! 🎉
<ifreund> thanks!
<ifreund> This has been my most productive couple weeks working on river in a long time
<dnkl> it shows 🙂
<dnkl> I'm trying to be more productive in other aspects of my life right now 😅
<ifreund> yeah, gotta balance everything somehow... My scales will probably tip back in the other direction soon :D
<novakane> you really have been efficient for this PR, nice work!
<ifreund> thanks :)
<plumeus> Oh cool, the PR got merged
Szadek581 has joined #river
Szadek58 has quit [Ping timeout: 255 seconds]
Szadek581 is now known as Szadek58
upsala has joined #river
<upsala> Hi I have a question regarding "riverctl float-filter-add". I am trying to make the Firefox Addon Noscript popup floating, I can't use app-id for that I think because that is just "firefox", so I am trying to use "title". While the popup is open I am running "lswt" to get the title which returns "Extension: (NoScript) - NoScript Settings —
<upsala> Mozilla Firefox" as a title, when I run 'riverctl float-filter-add title "Extension: (NoScript) - NoScript Settings — Mozilla Firefox"' nothing changes. The popup is still opened tiled
<plumeus> I switched to the master commit of River, yay
<plumeus> I have no idea how to help with making No Script floating, but I think uBlock Origin is better for most use-cases.
<plumeus> Tor Browser still defaults to NoScript though.
<upsala> This is not really a noscript specific problem I think
uncomfy_ has quit [Remote host closed the connection]
<plumeus> yeah, agreed
<upsala> I was just wondering why the float-filter-add does not work with title, it works fine with app-id
smach has joined #river
eShaev9z has quit [Remote host closed the connection]
smach has quit []
<ifreund> upsala: hmm, my guess is that the title isn't set until after the window is mapped and that the title has some other title on map
<ifreund> (mapped roughly means opened)
<ifreund> river should log the views title when it is mapped, "view '$TITLE' mapped" or something like that
<upsala> So at this moment there is just no way to fix this for me?
<ifreund> you could get a debug log of river and see what title the view has when it's mapped
<ifreund> Perhaps river should also apply the float filter when a view changes its title, not sure if that would cause other unwanted behavior or not
<upsala> i'd have to start river with the -log-level debug parameter for that right?
<ifreund> yeah, that's right
<upsala> ok I'll do that
upsala has quit [Quit: Client closed]
<ifreund> if you're running from the tty you probably want to redirect your logs to a file
<ifreund> ... too lat
<ifreund> leon-p: it might be neat for lswt to have a --watch mode where it doesn't exit immediately to help with cases like this
<leon-p> hmm, yeah sounds good
waleee has joined #river
<tleydxdy[m]> I'm trying to rebase my branch, and I'm wondering what's the difference between the new view.inflight vs the view.pending
upsala has joined #river
upsala has quit [Client Quit]
<ifreund> tleydxdy[m]: hrm, looks like I didn't add very good comments in View.zig, the ones on the inflight state in Output.zig are much better
<ifreund> eh, looks like those are somewhat messy too, I should really improve these
upsala has joined #river
<ifreund> tleydxdy[m]: pushed a commit improving the comments, let me know if you still have questions
<ifreund> Hey, we just crossed 1000 commits
<plumeus> yay
<tleydxdy[m]> ifreund: thanks! will take a look
waleee has quit [Ping timeout: 255 seconds]
upsala has quit [Ping timeout: 260 seconds]
<novakane> ifreund: ah yeah these comments are better, kinda confused me a bit the other day when I asked about this
<boombim> sorry for newbie question but how to properly start apps from river?
<boombim> I would like to launch superd with its services
upsala has joined #river
upsala has quit [Quit: Client closed]
<ifreund> boombim: you probably just want to run it from your init script
dbuckley has joined #river
Szadek has quit [Ping timeout: 268 seconds]
<leon-p> a crashing gtk app just took river with it
alexherbo2 has joined #river
<ifreund> leon-p: pushed a commit that should fix that
<leon-p> nice!
<ifreund> I could have sworn I already had that check there, I must have deleted it for some reason :/
<ifreund> thanks for the stack trace :)
Szadek has joined #river
<leon-p> I am pretty sure this is also the same bug as with the gimp crash I had a week or to ago
<ifreund> leon-p: I don't think this bug is more than a week old, it's new as of commit be4330288d
<leon-p> hmm... both crashes were caused by the same thing though: moving the pointer off of an xdg popup
<ifreund> if you mean the crash you had moving imv, yeah could be that
<ifreund> isn't gimp still xwayland?
<ifreund> (gtk2)
<leon-p> actually yeah it is, so it can't be the same thing
linkert has joined #river
taupiqueur1 has joined #river
taupiqueur has quit [Ping timeout: 248 seconds]
n0r has quit [Ping timeout: 248 seconds]
flub has quit [Ping timeout: 248 seconds]
linkert has quit [Ping timeout: 268 seconds]
flub has joined #river
angry_vincent has quit [Remote host closed the connection]
n0r has joined #river
angry_vincent has joined #river
angry_vincent has quit [Changing host]
angry_vincent has joined #river
flub has quit [Ping timeout: 248 seconds]
waleee has joined #river
Guest13 has joined #river
Guest13 has quit [Client Quit]
flub has joined #river
angry_vincent has quit [Remote host closed the connection]
alexherbo2 has quit [Remote host closed the connection]
talismanick has joined #river
talismanick has quit [Ping timeout: 248 seconds]
eShaev9z has joined #river