<scherso>
Hi, is there a way to have river focus view on a window that the mouse is hovering, instead of manually clicking each time?
<alebastr>
ifreund: that got me thinking: for any correct key name, case-sensitive lookup + xkb_keysym_to_lower is supposed to give you the same result as case-insensitive, but faster (with exception of XF86ScreenSaver)
<alebastr>
hm. test code says that's not entirely true. offenders are dead_i, dead_o, dead_schwa, Greek_IOTAdiaeresis, kana_tsu, kana_ya, kana_yo
<leon-p>
scherso: search for "focus-follows-cursor" in the man page
<scherso>
thank you
<scherso>
leon-p thank you, works amazing, you made things so much easier :)
scherso has quit [Quit: Client closed]
waleee has quit [Ping timeout: 252 seconds]
waleee has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 256 seconds]
<leon-p>
can't remember who asked for it, but I tagged a riverguile release so it can be packaged now
<alebastr>
`kana_*` seems like a missing special case in xkbcommon's to_lower, IOTAdiaeresis is a bug (note how IOTAdieresis is not in the bad list), and whatever C_H is - not sure it should be matched as c_h
<alebastr>
XKB_KEYSYM_CASE_INSENSITIVE accepts all kinds of wrong cases (xf86screensaver) though, so it could be a fallback if NO_FLAGS + to_lower failed
<tiosgz>
and although i'd need to check if it's really firefox that misbehaves, popups in qute (cos i don't regularly see another app with popups) are okay
<tiosgz>
fortunately both have ways to disable fractional scaling (QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor and widget.wayland.fractional-scale.enabled)
traidare has joined #river
<tiosgz>
so maybe in the end we don't need to do anything about it (except for telling people about these -- and in ff it's off by default)
traidare has quit [Ping timeout: 255 seconds]
leopoldek has quit [Remote host closed the connection]
traidare has joined #river
TheAnachron has joined #river
qyliss has quit [Remote host closed the connection]
<misterwolf>
Hey guys! I’m quite new to the wm world and I’ve recently bought a Thinkpad running Ubuntu on Wayland. I’ve tried swaywm but encountered some graphic issues with electron apps running on xwayland (blurry when running hidpi scaling). Before committing to riverwm I was wondering if anyone could give me some feedback on the matter with this
<misterwolf>
window manager… do you know if electron apps such as slack, Spotify ecc look great on 2/4k displays?
misterwolf93 has joined #river
misterwolf has quit [Quit: Client closed]
misterwolf93 has quit [Client Quit]
<LarstiQ>
misterwolf: they look fine on my displays, but I don't run them as xwayland apps, instead pass `--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland`