<NickH>
pkap: for more complex things like that I make use of recusive calls to the init script with arguments that make it run specific functions.
<NickH>
See for example https://0x0.st/oNS8.sh for a very stripped down init that does this.
<NickH>
Certainly has more overhead but I keeps it all in one place and is quite flexible.
makaba has joined #river
makaba has quit [Quit: Client closed]
groknull has joined #river
groknull has quit [Remote host closed the connection]
groknull has joined #river
groknull has quit [Remote host closed the connection]
snakedye has quit [Ping timeout: 240 seconds]
snakedye has joined #river
IahTLu has joined #river
IahTLu has quit [Quit: WeeChat 3.4.1]
IahTLu has joined #river
IahTLu has quit [Client Quit]
IahTLu has joined #river
snakedye has quit [Ping timeout: 252 seconds]
IahTLu has quit [Ping timeout: 240 seconds]
luke098 has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 240 seconds]
NickH has quit [Ping timeout: 256 seconds]
NickH has joined #river
snakedye has joined #river
<leon-p>
NickH: you don't have to unmap keys before creating a new map. River only allows a single map per key+mod combo and setting a new one overwrites the old one.
<novakane>
makaba: yeah so for some reason, on your setup it doesn't find river-layout-v3.xml, I don't know anything about ebuild so I'm not sure if the error comes from this
<novakane>
because rivercarro should always find it with pkg-config AFAIK
<novakane>
maybe I'll just ship the protcol with rivercarro, since everybody just do this
makaba has quit [Quit: Client closed]
makaba has joined #river
<makaba>
novakane: thanks a lot! Is there any simple method to switch between monocle and default tiling layout?
<makaba>
novakane i have some small gaps when I open more than 2 windows, despite I'm running "exec rivercarro -inner-gaps 0 -outer-gaps 0 -no-smart-gaps"
<makaba>
"
tolok has joined #river
tolok has quit [Client Quit]
makaba86 has joined #river
<novakane>
makaba: really? weird I don't have any problems with this settings
<mon_aaraj>
hey, i've been wondering how i would do something like map a button i have to dead_greek? i used to do that with xmodmap but i am not quite sure how to do that in wayland/river
vaivis has quit [Read error: Connection reset by peer]
<NickH>
leon-p: I know, but wihtout explicitly using unmap I end up with at bunch of "overwrote an existing keybinding: normal Foo Bar" in my logs on a reload.
<mon_aaraj>
I know this may seem qutie picky, but do I need to use `~/.xkb/symbols/`? can I not make it go into ~/.config/xkb` or such?
<leon-p>
mon_aaraj: not to my knowledge. XKB pre-dates XDG by a decade or two.