From 4aa2a6166d4d2d5a7548bee92d9d3b8649d2d858 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 28 Dec 2020 13:14:51 +0000 Subject: [PATCH] add xte mouseclicks --- sxhkdrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sxhkdrc b/sxhkdrc index 841b431..a42ee55 100644 --- a/sxhkdrc +++ b/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