summary refs log tree commit diff
path: root/.config/river/init
diff options
context:
space:
mode:
Diffstat (limited to '.config/river/init')
-rwxr-xr-x.config/river/init6
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.