diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 60113ae..33d0ed8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -55,3 +55,13 @@ XF86HomePage # Touchscreen toggle XF86Search inputctl.sh -s toggle + +#--- Mouse ---# + +# Front side button +button9 + xdotool key "Home" + +# Back side button +button8 + xdotool keydown "Control_L" key "r" keyup "Control_L"