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/
notzmv has quit [Ping timeout: 264 seconds]
soonToBeExHyprla has joined #river
<soonToBeExHyprla> is anyone else getting some weird flickers on the terminals? i tried kitty and foot, both had the same issue. firefox seemed okay. it happens on both monitors, more frequently on the one with a higher refresh rate. nvidia gpu. no prior issues of this kind on other wayland compositors.
<adamcstephens> what version of River and wlroots? nvidia gpu is always a red flag for potential problems…
<soonToBeExHyprla> river 0.2.6-1 wlroots 0.17.1-1 . and yeah, i know nvidia sucks.. i hope there's a fix because i deeply miss tags
<adamcstephens> you could try the river master branch, as it has changed quite a bit
mx08 has quit [Quit: WeeChat 3.8]
aryak has quit [Ping timeout: 252 seconds]
<soonToBeExHyprla> tried the same version on my amd thinkpad and its working perfectly
stefur has quit [Read error: Connection reset by peer]
notzmv has joined #river
hendry has quit [Ping timeout: 268 seconds]
waleee has quit [Ping timeout: 240 seconds]
soonToBeExHyprla has quit [Quit: Client closed]
soonToBeExHyprla has joined #river
soonToBeExHyprla has quit [Client Quit]
londoed has joined #river
londoed_ has joined #river
londoed_ has quit [Client Quit]
eShaev9z_ has quit [Ping timeout: 272 seconds]
eShaev9z has joined #river
londoed has quit [Read error: Connection reset by peer]
londoed has joined #river
londoed has quit [Quit: Leaving]
leopoldek has quit [Remote host closed the connection]
Guest6791 has joined #river
Guest6791 is now known as stefur
traidare has joined #river
angry_vincent has quit [Ping timeout: 272 seconds]
aryak has joined #river
Guest66 has joined #river
<Guest66> hi
Guest66 has quit [Client Quit]
The_Buhs has quit [Quit: The Lounge - https://thelounge.chat]
The_Buhs has joined #river
qyliss has quit [Quit: bye]
qyliss has joined #river
emersion has quit [Remote host closed the connection]
emersion has joined #river
hendry has joined #river
traidare has quit [Ping timeout: 255 seconds]
angry_vincent has joined #river
eoli3n has quit [Remote host closed the connection]
eoli3n has joined #river
traidare has joined #river
aryak has quit [Ping timeout: 256 seconds]
aryak has joined #river
leopoldek has joined #river
<ifreund> man, tablets are way complicated
<LarstiQ> ifreund: how so?
<ifreund> LarstiQ: have a look at the tablet-v2 protocol if you're curious. Way more moving parts than a mouse or touch input for example
<ifreund> I'm making progress on the river implementation but it requires some hacks
<ifreund> for example, wlr_cursor doesn't really support what's needed to do things right
<ifreund> (sway for example uses the same cursor for the pointer and all tablet tools, which is bad UX IMO, mutter gets this more right)
<LarstiQ> ifreund: will do. I can imagine multi-touch at least making things more difficult
leopoldek has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 264 seconds]
leopoldek has joined #river
waleee has joined #river
<adamcstephens> good to w
<adamcstephens> oops, ww
notzmv has joined #river
<leon-p> I wonder if we can just spawn a nre seat on demand if a tablet tool appears
<leon-p> *new
leopoldek has quit [Remote host closed the connection]
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #river
angry_vincent has quit [Remote host closed the connection]
hush has joined #river
<ifreund> leon-p: no need for a new seat, we can have multiple cursors for a single seat
<ifreund> one pointer cursor and one transient cursor per tablet tool
traidare has quit [Ping timeout: 264 seconds]
hush has quit [Ping timeout: 264 seconds]
pkap has joined #river
leopoldek has joined #river
<pkap> Hi, is there a character limit for float rules or something like that? I cannot make the following rule work `riverctl rule-add -title "Extension: (Bitwarden - Free Password Manager) - Bitwarden — Mozilla Firefox" float`
<pkap> It works with `-app-id firefox` but that makes all firefox windows floating of course.
<waleee> have you verified that it's the exact string used in the title?
<waleee> I wouldn't be surprised if there's some font/char trickery like using the longer "-"
<pkap> Yes, the title is copy/pasted from the output of lswt.
<pkap> Hm not sure. I remember having a rule this (with the long `-`) and it used to work. `riverctl rule-add -title "Firefox — Sharing Indicator" float
<pkap> `
<pkap> But does sharing indicators are not present anymore in firefox so can not not really tell. Just that the rule worked some years back.
<pkap> So handling the longer `-` may have changed since then..
<pkap> Ah this was before the globbing feature. So this could be related to introducing the globbing.
<waleee> pkap: I was mostly thinking about if you had manually typed the title, the strings wouldn't be indentical if you had used - instead of —
<leon-p> ifreund: I was under the assumption that there is only ever a single wl_pointer per wl_seat. Is that one swapped between the active devices? How would that work when the user moves both mouse and tablet pen simultaneously?
<leon-p> pkap, waleee: firefox sometimes changes title and app-id after mapping the toplevel, so rules trying to target firefox often dont work.
<waleee> ah the dwarf fortress kind of *fun*
<pkap> Ah I see. Nothing we can do then
<leon-p> this also sometimes changes between firefox versions, foradded spice
<leon-p> I have a rule to make the little video pop up thing floating and after every update its a gamble whether it will actually float
<ifreund> leon-p: cursor != pointer
<leon-p> I know, was just wondering what the client sees
<ifreund> by cursor I mean just the graphical thing that you move around on the screen
<ifreund> the client see a zwp_tablet_tool_v2
<leon-p> oh right, pointer emulation is optional, forgot that
<ifreund> If your asking about pointer emulation, that would indeed use the same cursor as the pointer
<leon-p> well yeah, then it's just putting textures on screen and nothing magic, I see
pkap has quit [Quit: Client closed]