manually declare run with 'sh -c'
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user