river: Keybindings de outputs

This commit is contained in:
Cat /dev/Nulo 2022-05-13 22:47:06 -03:00
parent 298af10639
commit 17b34215aa

View file

@ -16,6 +16,16 @@ riverctl map normal $mod+Shift K swap previous
riverctl map normal $mod+Shift Down swap next riverctl map normal $mod+Shift Down swap next
riverctl map normal $mod+Shift Up swap previous riverctl map normal $mod+Shift Up swap previous
riverctl map normal $mod+Control J focus-output next
riverctl map normal $mod+Control K focus-output previous
riverctl map normal $mod+Control Down focus-output next
riverctl map normal $mod+Control Up focus-output previous
riverctl map normal $mod+Control+Shift J send-to-output next
riverctl map normal $mod+Control+Shift K send-to-output previous
riverctl map normal $mod+Control+Shift Down send-to-output next
riverctl map normal $mod+Control+Shift Up send-to-output previous
riverctl map normal $mod H send-layout-cmd stacktile "primary_ratio -0.05" riverctl map normal $mod H send-layout-cmd stacktile "primary_ratio -0.05"
riverctl map normal $mod L send-layout-cmd stacktile "primary_ratio +0.05" riverctl map normal $mod L send-layout-cmd stacktile "primary_ratio +0.05"
riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05" riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05"