diff options
author | 2015-03-19 14:49:06 -0400 | |
---|---|---|
committer | 2015-03-19 14:49:06 -0400 | |
commit | a8a12804dd43b4f8b91df3dac65f896f1e467f53 (patch) | |
tree | 30ca3aba563ce84a8808be838803678dc8744200 /sxhkd/.config | |
parent | 269c287ec4dd1dd6e4acdcebdcd614f6985bec99 (diff) | |
download | configs-a8a12804dd43b4f8b91df3dac65f896f1e467f53.tar.gz configs-a8a12804dd43b4f8b91df3dac65f896f1e467f53.tar.xz configs-a8a12804dd43b4f8b91df3dac65f896f1e467f53.zip |
[sxhkd] shortcut for [dis/en]abling the touchpad
can disable the touchpad and hide the pointer
requires synclient for disabling the touchapd and
unclutter for hiding the mouse
Diffstat (limited to '')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index aaf37e4..13734ef 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -140,3 +140,6 @@ XF86AudioMute XF86LaunchA toggle-layout + +XF86LaunchB + toggle-mouse |