From c1e20110a6e46b081db2120ceb66ec9ca4d757fe Mon Sep 17 00:00:00 2001 From: surdeus Date: Fri, 12 Jul 2024 21:25:24 +0500 Subject: [PATCH] feat: fixed wrong output sending views. --- river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/river/init b/river/init index 442094a..51deeab 100755 --- a/river/init +++ b/river/init @@ -33,8 +33,8 @@ 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 -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 Period send-to-output -current-tags next +riverctl map normal Super+Shift Comma send-to-output -current-tags previous # bump the focused view to the top of the layout stack riverctl map normal Super S zoom