add xte mouseclicks

This commit is contained in:
Ray Elliott 2020-12-28 13:14:51 +00:00
parent d33fc248da
commit 4aa2a6166d
1 changed files with 12 additions and 0 deletions

12
sxhkdrc
View File

@ -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