Palanix has quit [Read error: Connection reset by peer]
Palanix has joined #river
Palanix has quit [Remote host closed the connection]
Palanix has joined #river
eShaev9z_ has quit [Ping timeout: 252 seconds]
eShaev9z has joined #river
Palanix has quit [Ping timeout: 246 seconds]
Palanix has joined #river
ramblurr has quit [Ping timeout: 252 seconds]
Palanix has quit [Ping timeout: 264 seconds]
ramblurr has joined #river
leopoldek has quit [Remote host closed the connection]
Palanix has joined #river
siaal has quit [Ping timeout: 252 seconds]
siaal has joined #river
Palanix has quit [Ping timeout: 265 seconds]
<Nickli>
i made an example with enclosing " ". but forgot to end it after the example also used ""
<Nickli>
should've been " riverctl spawn swaybg "~/Pictures/wp/wallpaper-name_1440p.jpg" " but does it matter wether " or ' is used for enclosing command in init?
<LarstiQ>
quoting in the wrong place
<LarstiQ>
everything after `spawn` should be enclosed in one set
<LarstiQ>
so `riverctl spawn "swaybg ~/Pictures/wp/wallpaper-name_1440p.jpg"`
<LarstiQ>
(and the backticks are only for demarking my speech from the verbatim command, don't include those)
<Nickli>
fairly sure i did quotation in the correct place in config, but i'll have to check
Palanix has joined #river
haliucinas1 has quit [Quit: .]
haliucinas1 has joined #river
__toor__ has joined #river
<__toor__>
is it possible to change rivertile ratio without restarting it? like send a message to it to say, now take 0.75 for main area, now 50%, .. I would like to dynamically switch between them, preferably as part of my tag switching workflow
<novakane>
__toor__: yes you could assign a keybind to something like `riverctl send-layout-cmd rivertile "main-ratio +0.1"`
<novakane>
you can't do it per tags though with rivertile you need an other layout generator for this
<__toor__>
i guess I can do it in two steps no worries. I sometimes record my screen in "mobile upright" mode, meaning, 50% width of my 16:9 disply (8:9 then)
Palanix has quit [Ping timeout: 265 seconds]
sutheman86 has joined #river
sutheman86 has quit [Quit: Client closed]
Palanix has joined #river
kraem has quit [Remote host closed the connection]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
andyrtr has quit [Remote host closed the connection]
andyrtr has joined #river
alexherbo2 has quit [Remote host closed the connection]
<Nickli>
if you set a scratchpad with a program/window assigned to that tag, it should move over there right?
andyrtr_ has joined #river
andyrtr has quit [Ping timeout: 248 seconds]
andyrtr_ is now known as andyrtr
Nickli has quit [Ping timeout: 264 seconds]
alexherbo2 has joined #river
lordmzte9 has joined #river
alexherbo2 has quit [Remote host closed the connection]
Nickli has joined #river
lordmzte has quit [Ping timeout: 252 seconds]
lordmzte9 is now known as lordmzte
<leon-p>
Nickli: not if it also still has other tags. maybe the tag you designated as scratchpad is set to display
<Nickli>
i'm assuming a clean slate login and a terminal with program via riverctl spawn in config
lordmzte has quit [Ping timeout: 252 seconds]
<leon-p>
well there is always the possibility that you actually did not assign the window to that tag
alexherbo2 has joined #river
Nickli has quit [Ping timeout: 264 seconds]
Nickli has joined #river
fitrh has joined #river
fitrh has quit [Remote host closed the connection]
fitrh has joined #river
fitrh has quit [Quit: fitrh]
<Nickli>
i would send an example but the walls internet jack crapped out on me near that computer
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
Palanix has quit [Read error: Connection reset by peer]
alexherbo2 has quit [Remote host closed the connection]
leopoldek has joined #river
leopoldek has quit [Remote host closed the connection]
lordmzte has joined #river
graves has quit [Read error: Connection reset by peer]
graves has joined #river
Guest15 has joined #river
Guest15 has quit [Quit: Client closed]
leopoldek has joined #river
leopoldek has quit [Remote host closed the connection]
<__toor__>
Is it possible to link against static libraries? like wayland-server and -client?
<__toor__>
oh, and libxkbcommon.a
<__toor__>
linkSystemLibrary("wayland-client") no idea what that does. I have a .pc file for it and there is just an .a file in the build, so its not clear to why I get an unresolved dependency to libwayland-client.so