From 4b8244571bc08f6fef67f36360027f78ab5b067d Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 30 Jan 2021 00:54:54 +0100 Subject: [PATCH] Add mouse side buttons functionality --- .config/sxhkd/sxhkdrc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"