add xte mouseclicks
This commit is contained in:
parent
d33fc248da
commit
4aa2a6166d
12
sxhkdrc
12
sxhkdrc
|
@ -10,6 +10,18 @@
|
||||||
#super + @space
|
#super + @space
|
||||||
# dmenu_run
|
# dmenu_run
|
||||||
|
|
||||||
|
# mouse scroll down
|
||||||
|
super + Down
|
||||||
|
xte 'mouseclick 5'
|
||||||
|
|
||||||
|
# mouse scroll up
|
||||||
|
super + Up
|
||||||
|
xte 'mouseclick 4'
|
||||||
|
|
||||||
|
# mouse middle click
|
||||||
|
super + v
|
||||||
|
xte 'mouseclick 2'
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd
|
||||||
|
|
Loading…
Reference in New Issue