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/
Nosrep has quit [Remote host closed the connection]
smach has quit []
haliucinas has quit [Read error: Connection reset by peer]
haliucinas has joined #river
smach has joined #river
smach has quit [Read error: Connection reset by peer]
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 248 seconds]
muirrum has quit [Quit: WeeChat 3.7.1]
angry_vincent has joined #river
jao has quit [Ping timeout: 268 seconds]
angry_vincent has quit [Ping timeout: 248 seconds]
waleee has joined #river
muirrum has joined #river
waleee has quit [Ping timeout: 268 seconds]
<mattnite> Oh hey quick question, how do I switch river to colemak, XKB_DEFAULT_LAYOUT seems to refer to language
<ifreund> mattnite: us(colemak)
<ifreund> note you can use the riverctl keyboard-layout command now though, no need for those environment variables any more
<mattnite> Lmao thank you, I tried *_VARIANT but no dice, figured it’d be something like that
<ifreund> you can find all the options in the xkeboard-config man page by the way :)
<ifreund> *xkeyboard-config
<mattnite> Lol thank you, wasn’t finding anything useful under xkb*
<ifreund> it's mentioned in the riverctl man page :P
talismanick has quit [Ping timeout: 252 seconds]
Szadek has quit [Quit: WeeChat 3.8]
Szadek has joined #river
groknull has joined #river
Szadek has quit [Ping timeout: 248 seconds]
Szadek has joined #river
groknull has quit [Remote host closed the connection]
waleee has joined #river
jao has joined #river
talismanick has joined #river
talismanick has quit [Client Quit]
Szadek has quit [Ping timeout: 252 seconds]
Szadek has joined #river
andyrtr has quit [Ping timeout: 252 seconds]
<tleydxdy[m]> sigh, more crash with xwayland views
<tleydxdy[m]> I already have the https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/27a0b8b74f5662551ae1e17c9ac27fb1595cdbbd commit so probably not from that
andyrtr has joined #river
kdk has quit [Quit: leaving]
andyrtr_ has joined #river
andyrtr has quit [Ping timeout: 252 seconds]
kdk has joined #river
andyrtr_ is now known as andyrtr
kdk has quit [Quit: leaving]
kdk has joined #river
<ifreund> tleydxdy[m]: what river commit?
<tleydxdy[m]> latest
<tleydxdy[m]> btw I don't seems to be able to enable adaptive sync anymore
<ifreund> tleydxdy[m]: adaptive sync was fixed in a recent master commit, before enabling it silently did nothing and reported success
<ifreund> I'd guess that your hardware doesn't actually support it and it just appeared to be enabled without actually doing anything until that commit
<tleydxdy[m]> I was carrying a patch that tries to enable adaptive sync everywhere
<tleydxdy[m]> I saw a line was added in https://github.com/riverwm/river/commit/4c6f47669bbd869fea22841601f9fe98aa6ed52e and removed in the next commit
<tleydxdy[m]> so I wasn't sure what's going on
<tleydxdy[m]> my monitor have freesync tho
<ifreund> the next commit also removed the setScale, setTransform, etc calls
<tleydxdy[m]> yeah
<ifreund> it now uses a wlroots helper that calls all of them internally
<tleydxdy[m]> ic
<tleydxdy[m]> yeah strangely when I use e.g. wlr-randr to enable it it still say disabled
<tleydxdy[m]> if it failed would that get logged somewhere?
<ifreund> yeah, river should log "failed to apply config to output..."
<tleydxdy[m]> hmm, river didn't log anything. but dmesg says that link training failed
<tleydxdy[m]> hmm false alarm, it's from when I turn off a display
<tleydxdy[m]> so no error
<ifreund> tleydxdy[m]: hmm, I think this suggests a logic bug somewhere in wlroots
<ifreund> tleydxdy[m]: could you test with WLR_DRM_NO_ATOMIC=1 set just to get another data point?
<tleydxdy[m]> k, I'll try sway I guess
<tleydxdy[m]> will do
<ifreund> tleydxdy[m]: oh no, looks like we found a zig miscompilation
<tleydxdy[m]> 🙃
<ifreund> tleydxdy[m]: pushed a fixed to master, thanks for the help debugging
<ifreund> now it should properly report failure when it fails
jao has quit [Remote host closed the connection]
<ifreund> looks like the zig bug is fixed on master already
jao has joined #river