enabled touch tapping on xinit boot
This commit is contained in:
parent
34303758e6
commit
ed5c5c9b55
1 changed files with 6 additions and 0 deletions
6
.xinitrc
6
.xinitrc
|
@ -55,4 +55,10 @@ type compton >/dev/null 2>&1 && compton &
|
||||||
# same deal with flashfocus as our active window indicator
|
# same deal with flashfocus as our active window indicator
|
||||||
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
|
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
|
||||||
|
|
||||||
|
# additional config options for Touchpad devices ONLY
|
||||||
|
if [ dmesg | grep "Touchpad" | wc -l > 0 ]; then
|
||||||
|
# enable touch tapping for XPS13 touchpad - for different devices get the touchpad name with xinput list-prop <TAB>
|
||||||
|
xinput set-prop "DLL075B:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
|
||||||
|
fi
|
||||||
|
|
||||||
type i3 >/dev/null 2>&1 && exec i3
|
type i3 >/dev/null 2>&1 && exec i3
|
||||||
|
|
Loading…
Reference in a new issue