fix xinit syntax error
This commit is contained in:
parent
ae3af530f9
commit
8de1ecc446
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -56,7 +56,7 @@ type compton >/dev/null 2>&1 && compton &
|
||||||
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
|
# additional config options for Touchpad devices ONLY
|
||||||
if [ dmesg | grep "Touchpad" | wc -l > 0 ]; then
|
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>
|
# 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
|
xinput set-prop "DLL075B:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue