diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:30:08 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:19 +0100 |
| commit | 6e5965ee860de276146a0594cd2e86919282aaea (patch) | |
| tree | 88d6961a8de546c617ccf327f2eb224ed85405e3 /.config/river | |
| parent | 51389f2517cec0362f8b67fd7ef2f895b88770aa (diff) | |
river: update
Diffstat (limited to '.config/river')
| -rwxr-xr-x | .config/river/init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/river/init b/.config/river/init index 40d0b13..320d3cf 100755 --- a/.config/river/init +++ b/.config/river/init @@ -10,7 +10,7 @@ riverctl input "1739:0:Synaptics_TM3289-021" accel-profile adaptive riverctl map normal Mod4 D spawn 'menu -run' # start an instance of foot (https://codeberg.org/dnkl/foot) -riverctl map normal Mod4 Return spawn footclient +riverctl map normal Mod4 Return spawn foot # Mod4+Q to close the focused view riverctl map normal Mod4+Shift Q close @@ -165,10 +165,10 @@ riverctl set-repeat 70 200 # Set app-ids and titles of views which should use client side decorations # riverctl csd-filter-add app-id "gedit" -riverctl spawn 'once -- s6-svscan ~/.local/share/s6' +#riverctl spawn 'once -- s6-svscan ~/.local/share/s6' riverctl spawn 'dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP' riverctl spawn 'light -S 80' -riverctl spawn 'sleep 1.4 && kanshictl reload' +#riverctl spawn 'sleep 1.4 && kanshictl reload' # Set and exec into the default layout generator, rivertile. # River will send the process group of the init executable SIGTERM on exit. |