From e6248e7635f0232af6936430fd5604ba28cfc6b9 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Mon, 25 Aug 2025 12:24:57 +0100 Subject: [PATCH] Sending window to output will focus output too --- configs/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/river/init b/configs/river/init index 2d0cb3c..285bcab 100755 --- a/configs/river/init +++ b/configs/river/init @@ -143,8 +143,8 @@ function binds() { # Binds :: Controls :: Displays riverctl map normal $mod Comma focus-output previous riverctl map normal $mod Period focus-output next - riverctl map normal $mod+Shift Comma send-to-output previous - riverctl map normal $mod+Shift Period send-to-output next + riverctl map normal $mod+Shift Comma spawn "sh -c 'riverctl send-to-output previous && riverctl focus-output previous'" + riverctl map normal $mod+Shift Period spawn "sh -c 'riverctl send-to-output next && riverctl focus-output next'" # Binds :: Controls :: Tags for i in $(seq 1 9)