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)