<Moulberry>
Hello all! I'm trying to make it so that the focus follows my cursor always. It seems that, by default, the focus only changes if you move between two surfaces
<Moulberry>
This can cause some problems when multiple windows open simultaneously, because my cursor can be over an unfocused window and I have to click it
<Moulberry>
however, looking at the code, it seems that checkFocusFollowsCursor is run every time the cursor moves, so I shouldn't be able to hover over an unfocused window
<Moulberry>
Anyone have any ideas?
Moulberry has quit [Quit: Client closed]
Moulberry has joined #river
<Moulberry>
I think it might be because 1 view has multiple surfaces?
Moulberry has quit [Quit: Client closed]
Moulberry has joined #river
<Moulberry>
Hm no I don't think its anything weird
<Moulberry>
you can replicate it by spawning a new window while having your cursor over the area of the old window
<Moulberry>
even if you move your mouse, the old window won't focus until you leave it and come back
<Moulberry>
I don't mind looking into it, but I don't really know where to start. If someone could point me in the right direction that would be appreciated
<Moulberry>
best I have right now is trying to decipher sway source
cabal704 has joined #river
Moulberry has quit [Quit: Client closed]
cabal704 has quit [Ping timeout: 252 seconds]
cabal704 has joined #river
Moulberry has joined #river
Moulberry has quit [Client Quit]
cabal704 has quit [Ping timeout: 252 seconds]
cabal704 has joined #river
<leon-p>
They left, but if anyone is looking to do tablet support, you can start with adding binds for wlr_tablet_v2 to zig-wlroots.
<leon-p>
I started working on tablet support btw, but no promises I have enough time to finish it before summer.