manually declare run with 'sh -c'

This commit is contained in:
2025-12-20 23:21:00 -06:00
parent 2bcdc52aba
commit b91c1e018a
+2 -2
View File
@@ -212,10 +212,10 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Move workspace to unfocused monitor (Does not currently support more than two monitors) # 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) # 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 # Rotate screen with arrows
# TODO: only works on builtin display (see scripts) # TODO: only works on builtin display (see scripts)