feat(river): map s-o to send window to other screen

This commit is contained in:
Khaïs COLIN 2024-11-30 11:59:06 +01:00
parent 58e8a46902
commit 34b8009727

View file

@ -54,15 +54,12 @@ in {
"Super J" = "focus-view down"; "Super J" = "focus-view down";
"Super K" = "focus-view up"; "Super K" = "focus-view up";
"Super L" = "focus-view right"; "Super L" = "focus-view right";
"Super I" = "focus-view previous"; "Super O" = "send-to-output -current-tags next";
"Super O" = "focus-view next";
# view movement # view movement
"Super+Shift H" = "swap left"; "Super+Shift H" = "swap left";
"Super+Shift J" = "swap down"; "Super+Shift J" = "swap down";
"Super+Shift K" = "swap up"; "Super+Shift K" = "swap up";
"Super+Shift L" = "swap right"; "Super+Shift L" = "swap right";
"Super+Shift I" = "swap previous";
"Super+Shift O" = "swap next";
# layout management # layout management
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'"; "Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'"; "Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";