From 670057d543256c4b0d93710de8603d564977beb5 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 14 Jun 2024 22:01:56 +0200 Subject: [PATCH] river: Fix variable quoting --- desktop/.config/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index efa977a..51d7f17 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -128,8 +128,8 @@ riverctl map normal $mod F toggle-fullscreen # Make all connected outputs show the desktop and no windows at all riverctl map normal $mod+Shift M spawn 'for i in $(wlopm | wc -l); do riverctl set-focused-tags $((1 << 10)); riverctl focus-output next; done; riverctl set-focused-tags $((1 << 10)); riverctl focus-output next' -riverctl map normal $mod+Shift F10 spawn 'riverctl send-layout-cmd $layout "gaps 0"' -riverctl map normal $mod F10 spawn 'riverctl send-layout-cmd $layout "gaps 6"' +riverctl map normal $mod+Shift F10 spawn "riverctl send-layout-cmd $layout 'gaps 0'" +riverctl map normal $mod F10 spawn "riverctl send-layout-cmd $layout 'gaps 6'" # toggle float riverctl map normal $mod+Shift v toggle-float