river: Keybindings de outputs
This commit is contained in:
parent
298af10639
commit
17b34215aa
1 changed files with 10 additions and 0 deletions
|
@ -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 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 L send-layout-cmd stacktile "primary_ratio +0.05"
|
||||
riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05"
|
||||
|
|
Loading…
Reference in a new issue