From b91c1e018a8486dc372a34d548eca121b8a38275 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 20 Dec 2025 23:21:00 -0600 Subject: [PATCH] manually declare run with 'sh -c' --- roy-config/hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index c3a1203..e3a0681 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -212,10 +212,10 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Move workspace to unfocused monitor (Does not currently support more than two monitors) -bind = $mainMod SHIFT, TAB, exec, $moveAndSwitch +bind = $mainMod SHIFT, TAB, exec, sh -c $moveAndSwitch # Switch to unfocused monitor (Does not currently support more than two monitors) -bind = $mainMod, TAB, exec, $switchFocus +bind = $mainMod, TAB, exec, sh -c $switchFocus # Rotate screen with arrows # TODO: only works on builtin display (see scripts)