move cursor before switching
fixes issue where barrier does not return cursor to its previous positon if the dwm warp function has been used and no manual movement of the mouse has taken place.
This commit is contained in:
parent
147d475131
commit
1a61bc5b7d
|
@ -99,6 +99,12 @@
|
||||||
"date-show"
|
"date-show"
|
||||||
Mod4 + F11
|
Mod4 + F11
|
||||||
|
|
||||||
|
"xdotool mousemove_relative 1 0 && sleep 0.1 && xdotool key Super_L+F1"
|
||||||
|
Mod4 + Insert
|
||||||
|
|
||||||
|
"xdotool mousemove_relative 1 0 && sleep 0.1 && xdotool key Super_L+F2"
|
||||||
|
Mod4 + Home
|
||||||
|
|
||||||
# why this no work?
|
# why this no work?
|
||||||
# "i3-scrot -s"
|
# "i3-scrot -s"
|
||||||
# Mod4 + Control + Print
|
# Mod4 + Control + Print
|
||||||
|
|
Loading…
Reference in New Issue