From 6ce4480c19c99f1af129db80fb49aca1656b264d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 26 Oct 2023 20:56:43 +0100 Subject: Changed river keybinds for send-to-output so I have -current-tags instead of previous --- .config/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/river') diff --git a/.config/river/init b/.config/river/init index e4d54bf..98b9a38 100755 --- a/.config/river/init +++ b/.config/river/init @@ -52,9 +52,9 @@ riverctl map normal Super+Shift K swap previous riverctl map normal Super Period focus-output next riverctl map normal Super Comma focus-output previous -# Super+Shift+{Period,Comma} to send the focused view to the next/previous output +# Super+Shift+{Period,Comma} to send the focused view to the next output on the same tag or the next outputs currently focused tag riverctl map normal Super+Shift Period send-to-output next -riverctl map normal Super+Shift Comma send-to-output previous +riverctl map normal Super+Shift Comma send-to-output -current-tags next # Super+Return to bump the focused view to the top of the layout stack # riverctl map normal Super Return zoom -- cgit v1.2.3