commit 1b3e0a7556fd3a465d4b8e99e836c41310fb0e6e parent bd63ea2ba64a9a26fbaaf37dbb4a697608843ed7 Author: Jake Koroman <jakekoroman@proton.me> Date: Fri, 11 Oct 2024 14:11:01 -0400 river: update output commands. Diffstat:
M | .config/river/init | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.config/river/init b/.config/river/init @@ -34,12 +34,12 @@ riverctl map normal Super+Shift J swap next riverctl map normal Super+Shift K swap previous # Super+Period and Super+Comma to focus the next/previous output -riverctl map normal Super Period focus-output next -riverctl map normal Super Comma focus-output previous +riverctl map normal Super Period focus-output right +riverctl map normal Super Comma focus-output left # Super+Shift+{Period,Comma} to send the focused view to the next/previous output -riverctl map normal Super+Shift Period riverctl send-to-output -current-tags next -riverctl map normal Super+Shift Comma send-to-output -current-tags previous +riverctl map normal Super+Shift Period riverctl send-to-output -current-tags right +riverctl map normal Super+Shift Comma send-to-output -current-tags left # Super+Shift+Return to bump the focused view to the top of the layout stack riverctl map normal Super+Shift Return zoom