ayushnix has quit [Remote host closed the connection]
snakedye has quit [Ping timeout: 265 seconds]
jao has quit [Ping timeout: 268 seconds]
StopNGo has quit [Ping timeout: 248 seconds]
Ordoviz has joined #river
snakedye has joined #river
waleee has joined #river
<Snektron>
Anyone happen to know something about xwayland windows not receiving inputs on a secondary monitor?
<leon-p>
make sure the secondary monitor uses positive coordinates
<Snektron>
Aha, it is not doing that
<Snektron>
That worked! Thanks :)
notzmv has quit [Ping timeout: 244 seconds]
waleee has quit [Quit: WeeChat 3.6]
waleee has joined #river
waleee has quit [Ping timeout: 252 seconds]
<leon-p>
glad I could help :)
NickH_ has joined #river
NickH has quit [Ping timeout: 250 seconds]
NickH_ is now known as NickH
waleee has joined #river
talismanick has quit [Ping timeout: 244 seconds]
lbia has joined #river
notzmv has joined #river
elshize has joined #river
janq0 has joined #river
StopNGo has joined #river
elshize has quit [Ping timeout: 246 seconds]
<janq0>
Hello, I'm launching river for the first time and it seems like the keyboard shortcuts aren't working for me. I'm using the example init script from your github. When I exit river, I don't see any errors apart from some seatd error that shows up with any wl compositor (other compositors work for me).
<novakane>
janq0: are you using the latest river master? if not make sure you use the init example for the version you use
<janq0>
I'm using river 0.1.3-4
<janq0>
I got it from the AUR
<novakane>
hmm I think that Super in init is implemented in 0.1.3 so that's not the problem
<novakane>
could you launch river with `river -log-level debug >river.log 2>&1`
<uncomfyhalomacro>
error(wlroots): [libinput] event2 - FR4Boards unix60: client bug: event processing lagging behind by 36ms, your system is too slow
<janq0>
That's weird, it it the fault of my keyboard?
<novakane>
i have this error some time it doesn't make river unusable thought
<novakane>
I don't see some obvious error that would cause this
rodrgz has joined #river
<uncomfyhalomacro>
janq0: can i know what you did after installing river from the AUR? did you put you init script in $HOME/.config/river/ ?
<uncomfyhalomacro>
nvm i think u did
StopNGo has quit [Ping timeout: 260 seconds]
<uncomfyhalomacro>
the question is if the init script is executable. i hope you ran chmod +x to that script
<janq0>
yes
<uncomfyhalomacro>
i see. i have not experienced that before ...
<janq0>
update: I have tried spawning a terminal using `river -c foot` and then running the init script and river started working as expected
elshize has joined #river
<janq0>
`river -c ~/.config/river/init` works too. Why isn't river loading it by default?
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
<novakane>
it should, maybe you have a problem with $XDG_CONFIG_HOME or $HOME?
<novakane>
what are they set to?
<janq0>
It seems that I don't have a $XDG_CONFIG_HOME
waleee has quit [Ping timeout: 265 seconds]
<novakane>
ah, you should add it then, a lot of program use it
<janq0>
Doesn't seem to be the issue, brb
<dnkl>
programs should default to ~/.config if it's unset
<novakane>
river should use $HOME though
<novakane>
ah yeah right
<dnkl>
"strace river"
<novakane>
still a good idea to set XDG_* variable though imo
janq0 has quit [Quit: Client closed]
janq0 has joined #river
jao has quit [Ping timeout: 264 seconds]
elshize has quit [Ping timeout: 244 seconds]
lbia has quit [Quit: lbia]
ayushnix has quit [Ping timeout: 252 seconds]
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
StopNGo has joined #river
StopNGo has quit [Ping timeout: 250 seconds]
janq0 has quit [Quit: Client closed]
StopNGo has joined #river
jao has joined #river
lbia has joined #river
talismanick has joined #river
elshize has joined #river
janq0 has joined #river
Ordoviz has quit [Quit: WeeChat 3.6]
elshize has quit [Ping timeout: 252 seconds]
talismanick has quit [Ping timeout: 268 seconds]
janq0 has quit [Quit: Client closed]
rodrgz has quit [Quit: WeeChat 3.5]
<uncomfyhalomacro>
<janq0> "It seems that I don't have a $..." <- maybe you have not installed `xdg-user-dirs` or something then ran `xdg-user-dirs-update` hmm. also, i dont remember setting `XDG_CONFIG_HOME` yet river seems to run fine on my openSUSE TW machine