diff options
Diffstat (limited to 'river')
-rwxr-xr-x | river/init | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -79,7 +79,7 @@ riverctl map-pointer normal $mod1 BTN_MIDDLE toggle-float # Mouse rules riverctl set-cursor-warp on-output-change -riverctl focus-follors-cursor normal +riverctl focus-follors-cursor always for i in $(seq 1 9) do @@ -105,8 +105,17 @@ riverctl map normal $mod1 0 set-focused-tags $all_tags riverctl map normal $mod1+Shift 0 set-view-tags $all_tags # scratchpad tags -riverctl map normal $mod1+$mod2+Control z spawn "river_sp -n z" -riverctl map normal $mod1+Control z spawn "river_sp -s z" +riverctl map normal $mod1+Control z spawn "river_sp -n z" +riverctl map normal $mod1+Control x spawn "river_sp -n x" +riverctl map normal $mod1+Control c spawn "river_sp -n c" +riverctl map normal $mod1+Control v spawn "river_sp -n v" +riverctl map normal $mod1+Control b spawn "river_sp -n b" +riverctl map normal $mod1+Control a spawn "river_sp -n a" +riverctl map normal $mod1+Control s spawn "river_sp -n s" +riverctl map normal $mod1+Control d spawn "river_sp -n d" +riverctl map normal $mod1+Control f spawn "river_sp -n f" +riverctl map normal $mod1+Control g spawn "river_sp -n g" +riverctl map normal $mod1+Control q spawn "river_sp -n q" # $mod1+Space to toggle float riverctl map normal $mod1+Control Space toggle-float |