From 17b34215aac089202fcebfe447c1c4b30ef2be79 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 13 May 2022 22:47:06 -0300 Subject: [PATCH] river: Keybindings de outputs --- .config/river/keys | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/river/keys b/.config/river/keys index 7ebff3e..8c932cb 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -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"