Prevent already existing modifiers to prevent view change
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
2e6ce5c810
commit
f9976df021
1 changed files with 4 additions and 4 deletions
|
@ -49,16 +49,16 @@ sway() {
|
|||
dwm() {
|
||||
case "$1" in
|
||||
next)
|
||||
xdotool key Super+Shift+r
|
||||
xdotool key --clearmodifiers Super+Shift+r
|
||||
;;
|
||||
previous)
|
||||
xdotool key Super+Shift+e
|
||||
xdotool key --clearmodifiers Super+Shift+e
|
||||
;;
|
||||
move-next)
|
||||
xdotool key Super+r
|
||||
xdotool key --clearmodifiers Super+r
|
||||
;;
|
||||
move-previous)
|
||||
xdotool key Super+e
|
||||
xdotool key --clearmodifiers Super+e
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue