vaivis has quit [Read error: Connection reset by peer]
vaivis has joined #river
entenel has quit [Quit: You have been kicked for being idle]
pkap has joined #river
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #river
snakedye has joined #river
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #river
<ifreund>
leon-p: with the current output model that would make sense, but if/when we switch to a single shared tagset that becomes as simple as having output A focused then focusing the tag(s) currently displayed on output B
<ifreund>
the only output specific command to remain would be focus-output, everything else would be done through tags
lxsameer has joined #river
groknull has joined #river
groknull has quit [Remote host closed the connection]
mon_aaraj has quit [Ping timeout: 272 seconds]
mon_aaraj has joined #river
vaivis has quit [Ping timeout: 272 seconds]
vaivis has joined #river
vaivis has quit [Ping timeout: 246 seconds]
vaivis has joined #river
qyliss has quit [Quit: bye]
adamcstephens has quit [Ping timeout: 240 seconds]
qyliss has joined #river
qyliss has quit [Remote host closed the connection]
qyliss has joined #river
vaivis has quit [Ping timeout: 256 seconds]
adamcstephens has joined #river
<leon-p>
ah yeah, kinda forgot about that. makes sense.
<leon-p>
since that will be breaking anyway, how about we take a look at the layout protocol again? I'd really like #383
scrollmaster has quit [Quit: scrollmaster]
pkap has quit [Ping timeout: 250 seconds]
waleee has joined #river
mon_aaraj has quit [Ping timeout: 260 seconds]
mon_aaraj has joined #river
pkap has joined #river
pkap has quit [Quit: Client closed]
<lxsameer>
hey folks, I hope this question is not way off topic, but how do you develop and test river? do have something similar to Xephyr?
<kennylevinsen>
wlroots compositors can run as Wayland or X11 clients
<lxsameer>
kennylevinsen: ahhhh, nice
<lxsameer>
thank you
vaivis has joined #river
vaivis has quit [Read error: Connection reset by peer]
Guiltyfart has joined #river
<Guiltyfart>
Hi, i have river running on void linux but none of the keybinds defined in the example init (which is in $XDG_CONFIG_HOME), mouse cursor is responsive so I'm assuming the issue is with the init script.
<leon-p>
is your init executable?
<Guiltyfart>
It is, currently chmod 777 permissions
<leon-p>
with river launched, switch to another tty, export WAYLAND_DISPLAY=wayland-1 (higher number if you have other wayland compositors running) and try launching a terminal from there
<Guiltyfart>
Getting font issues when i try to run foot, I'll fix this first
<Guiltyfart>
I ran `riverctl exit` and the corresponding wayland display running river closed
<leon-p>
so, which river version are you on and do you by any chance grabbed the example config from the github repo?
<Guiltyfart>
it's river 1.1 and the example config is the one on the github repo
<Guiltyfart>
after exiting river i noticed that there was some output `(EE) failed to read Wayland events: Broken pipe`
<leon-p>
the current example config likely uses "Super" and "Alt" as modifier names, but they only got introduced with river 1.3 . You need to replace those with Mod4 and Mod1
<leon-p>
that message is just a client complaining about the sudden disappearance of the server, nothing to worry about
<Guiltyfart>
Changed the exit binding definition to use "Mod4" instead and it worked