ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
jao has joined #river
eShaev9z_ has joined #river
eShaev9z has quit [Ping timeout: 252 seconds]
jao has quit [Ping timeout: 268 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 256 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 256 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #river
waleee has quit [Ping timeout: 272 seconds]
<novakane> scorpion2185[m]: you're using zig 0.10, you need 0.9.1
waleee has joined #river
waleee has quit [Ping timeout: 252 seconds]
waleee has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
waleee has quit [Ping timeout: 272 seconds]
waleee has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
Guest76 has joined #river
<Guest76> Hello everyone, I started using river yesterday and I'd like to know if its possible to autostart an application in a specific tag
<novakane> Guest76: no, not yet
rodrgz has quit [Changing host]
rodrgz has joined #river
<Guest76> Ok thanks
waleee has quit [Quit: WeeChat 3.7.1]
Guest76 has quit [Quit: Client closed]
Guest76 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
Guest76 has quit [Quit: Client closed]
notzmv has quit [Ping timeout: 256 seconds]
muirrum has quit [Ping timeout: 268 seconds]
muirrum has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
notzmv has joined #river
<scorpion2185[m]> CMake Error at cmake/Findllvm.cmake:93 (message):
<scorpion2185[m]> expected LLVM 13.x but found using /usr/bin/llvm-config
<scorpion2185[m]> CMakeLists.txt:107 (find_package)
<scorpion2185[m]> Call Stack (most recent call first):
jao has joined #river
alexherbo2 has quit [Remote host closed the connection]
jao has quit [Ping timeout: 272 seconds]
<scorpion2185[m]> novakane: is there a planned new release with zig 0.10?
<ifreund> scorpion2185[m]: 0.2.0 will be the next release and require wlroots 0.16
<ifreund> then 0.2.1 for zig 0.10
<ifreund> you can download statically linked zig tarballs from https://ziglang.org/download by the way
<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?
<novakane> `Alt Tab` should do it
notzmv has joined #river
jao has joined #river
jao has quit [Ping timeout: 268 seconds]