ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor - https://github.com/ifreund/river - channel logs: https://freenode.irclog.whitequark.org/river/
maringuu has quit [Ping timeout: 250 seconds]
maringuu has joined #river
maringuu has quit [Ping timeout: 245 seconds]
maringuu has joined #river
waleee-cl has quit [Quit: Connection closed for inactivity]
<ifreund> libxkbcommon fix was merged :)
<novakane[m]> I saw that, you have your commit in xkbcommon now congratz :D
yyp has joined #river
ChanServ has quit [shutting down]
ChanServ has joined #river
leon-p has joined #river
ChanServ has quit [shutting down]
ChanServ has joined #river
<ifreund> apparently this works on river if anyone wants that GNOMEy feel :D https://github.com/hcsubser/hybridbar
waleee-cl has joined #river
entenel has quit [Ping timeout: 245 seconds]
ifreund_ has quit [Ping timeout: 245 seconds]
Jano[m] has quit [Ping timeout: 245 seconds]
ifreund_ has joined #river
Jano[m] has joined #river
entenel has joined #river
yyp_ has joined #river
yyp_ has quit [Client Quit]
yyp_ has joined #river
yyp has quit [Ping timeout: 246 seconds]
yyp_ is now known as yyp
<leon-p> that was fast
<leon-p> I don't disagree though
<leon-p> I don't have time to look over it in detail today, but the proposed changes seem to be good
<leon-p> what made you change your mind about river-options?
<ifreund> It's I guess how stupidly inefficent the implementation was :D
<leon-p> yeah
<leon-p> that annoyed me too
<ifreund> I spent a while trying to find a way to make it better, but then realized that there's no reason the compositor should be holding this state in the first place
<ifreund> all it needs to do is pass it on to clients
<leon-p> the inefficiency also made my main arguement against full window managers a bit hypocritical :D
<ifreund> what argument was that?
<leon-p> the amount of roundtrips needed for every action
<ifreund> ah yeah, compare those two event sequences :D
<leon-p> with a wm, you can have up to 7 steps of wayland communication happening between compositor, client and wm before anything happens on screen
yyp has quit [Quit: now it's safe to turn off your computer]
leon-p has quit [Remote host closed the connection]
snakedye has joined #river
<snakedye> ifreund I understand correctly instead of checking events at an option handle, the "option" would be part of the layout event?