add xte mouseclicks
This commit is contained in:
parent
d33fc248da
commit
4aa2a6166d
1 changed files with 12 additions and 0 deletions
12
sxhkdrc
12
sxhkdrc
|
|
@ -10,6 +10,18 @@
|
|||
#super + @space
|
||||
# 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:
|
||||
super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue