<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]
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