<scorpion2185[m]>
I can't use the touchscreen on 0.1.3. I tried that but it didn't work
<scorpion2185[m]>
I guess because alpine uses different things like musl
<ifreund>
the touchscreen doesn't work on river 0.1.3 because river 0.1.3 doesn't support touch input
<ifreund>
it has nothing to do with alpine or musl
taupiqueur has quit [Quit: WeeChat 3.7.1]
<scorpion2185[m]>
i mean the zig tarball
<scorpion2185[m]>
I also tried to build the source code of zig
<ifreund>
scorpion2185[m]: the zig tarball works on musl, it's statically linked
<ifreund>
(to musl infact)
jaafarrc has joined #river
<scorpion2185[m]>
do you ocopy the files over the ones of the apk zig package?
<scorpion2185[m]>
ah yes I am missing wlroot 16 now
<scorpion2185[m]>
but touchscreen doesn't work so maybe it is also a general problem with alpine no idea
<n0r>
scorpion2185: Again, 0.1.3 doesn't support touchscreen at all. You need a newer river for that.
<scorpion2185[m]>
I just built the head of the repo
<scorpion2185[m]>
I needed wlroot 0.16 indeed
<scorpion2185[m]>
do I need to reboot maybe?
<scorpion2185[m]>
do you set the layout command in ~/ .profile? export XKB_...
<scorpion2185[m]>
the cursor is stuck in a corner
<scorpion2185[m]>
but touchscreen works
<scorpion2185[m]>
will river work with the despicable nvidia drivers?
<leon-p>
the layout command should be in your init script, not .profile
<scorpion2185[m]>
i meant the layout of the keyboard
<scorpion2185[m]>
physical kbd, the wiki says to don't put it there
<leon-p>
ah yes, right now you need to set some env vars to set the keyboard layout
<leon-p>
before launching river, obviously
<leon-p>
whether those belong in your .progile depends on how you are launching river
<leon-p>
you could also try a wrapper script
<n0r>
I just use `XKB_LAYOUT="de" river`.
<leon-p>
that works too, yeah
<leon-p>
note that there is an open PR for having "real" keyboard configuration commands, however I haven't yet found the time to finish that
<scorpion2185[m]>
ah yes I need to use a wrapper script to specify /tmp anyway
<n0r>
Exept i forgot DEFAULT
<scorpion2185[m]>
I don't see tags on way bar, I copied the example config
<leon-p>
a first step would be to run it in a terminal and read it's output, it might be complaining about something
<leon-p>
note that this isn't hand-holding software, a general understanding of how to trouble-shoot issues on linux/unix is highly recommended
<scorpion2185[m]>
IIRC nothing about tags but maybe it doesn't ahve the module default config
<scorpion2185[m]>
when I open tilix it doesn't load the .profile
<leon-p>
that does not sound like a river related problem
<leon-p>
also it's not common to source .profile in terminal emulators. only login shells do, so .profile runs only once per TTY session
<leon-p>
either way, you should probably find more appropriate channels for non-river related issues
<scorpion2185[m]>
I see on alpine the defautl shell is ash and there is no .ashrc by default
<scorpion2185[m]>
but on sxmo it works
<scorpion2185[m]>
is the pointer stuck in a corner a river bug?
<leon-p>
could be lots of things
<scorpion2185[m]>
is maybe wayland behaviour ? pointer is moved only by physical mice
<leon-p>
ah, do I understand you right that you are confused by the touchscreen not moving the cursor?
<leon-p>
that is not a bug, it's supped to be like that
<leon-p>
on X11 and older windows versions, touchscreens were just straight wired up as mice. On wayland, touchsccreens are correctly recognized as separate input devices
<leon-p>
s/supped/supposed/
<leon-p>
so when you use the touchscreen, we can send those events to clients instead of pretending that it's a mouse
<ifreund>
wayland compositors may choose to implement pointer emulation for touchscreens, but river currently does not
notzmv has quit [Ping timeout: 265 seconds]
<scorpion2185[m]>
are the name of the keys exactly the same of wev ? e.g. how do I bind alt+tab?
<scorpion2185[m]>
can somebody share waybar config?