groknull has quit [Remote host closed the connection]
taupiqueur has quit [Ping timeout: 264 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 264 seconds]
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #river
dbuckley has quit [Ping timeout: 260 seconds]
groknull has joined #river
groknull has quit [Remote host closed the connection]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
jao has quit [Remote host closed the connection]
jao has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 265 seconds]
jao has quit [Ping timeout: 268 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
StopNGo_ has quit [Remote host closed the connection]
StopNGo has joined #river
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 264 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
StopNGo has quit [Ping timeout: 256 seconds]
StopNGo has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 252 seconds]
Szadek has quit [Ping timeout: 256 seconds]
Szadek has joined #river
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
eShaev9z_ has quit [Remote host closed the connection]
taupiqueur has joined #river
eShaev9z has joined #river
taupiqueur has quit [Ping timeout: 246 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 260 seconds]
dbuckley has joined #river
mx08 has quit [Ping timeout: 256 seconds]
mx08 has joined #river
taupiqueur has joined #river
dbuckley has quit [Ping timeout: 260 seconds]
taupiqueur has quit [Ping timeout: 264 seconds]
taupiqueur has joined #river
jao has joined #river
notzmv has quit [Ping timeout: 265 seconds]
Szadek has quit [Ping timeout: 252 seconds]
Szadek has joined #river
<ifreund>
waylock has gained a few minor security improvements on master branch if anyone wants to build from source and test, I'll be tagging a release in the next week or so once Ive used it a bit longer myself :)
Szadek has quit [Ping timeout: 265 seconds]
Szadek has joined #river
<plumeus>
I was testing waylock master for a week or two until my laptop died on me. Coincidence? /s
jao has quit [Remote host closed the connection]
Szadek has quit [Ping timeout: 260 seconds]
jao has joined #river
Szadek has joined #river
Szadek has quit [Ping timeout: 256 seconds]
Szadek has joined #river
<lordmzte>
hey everyone! i just got river set up, and im still getting used to tags. one thing i havent quite understood is how tags on outputs work. what are the default tags for multiple outputs (monitors) and what would happen if a window shares a tag with multiple monitors?
<n0r>
A window always is on one output. Tags don't matter here. Moving windows between outputs is not controlled by tagging but independently of it.
<lordmzte>
ah i see!
<lordmzte>
when looking at river configs, i always end up asking myself why its not super slow to invoke riverctl a bunch of times. after all, shouldnt it be inefficient to constantly open and close connections to the river server instead of reusing one?
<lordmzte>
ive thought about this before, and i think i might write my config in zig because of this one day.
<n0r>
The river config file is called init and not loop for a reason ;) Why care if starting and initializing river takes a second more or less? It does not affect the actual usage.
<lordmzte>
im the kinda guy that cannot tolerate insignificant inefficiencies :)
<lordmzte>
how do i know if a window is running under Xwayland?
<n0r>
The stupid-funny way is to run xeyes and see if it detects moving the cursor over the window in question. I'm sure there are "proper" ways of doing it but I never bothered to learn those 😄
notzmv has joined #river
<lordmzte>
are transparent windows supported?
<lordmzte>
my own glfw-based transparent windows is opque
<n0r>
The only windows with transparency I use are foot, work great.
<lordmzte>
ah wait, alacritty also works :/
<lordmzte>
erm... i blame glfw!
<lordmzte>
how do i make windows with a certain app_id float by default?