Исправлена настройка touchpad для mate, cinnamon

mhiretskiy
parent e893ea112e
commit 2cf9956498

@ -0,0 +1,9 @@
# Calculate chmod=0755 path=/usr/libexec/calculate
#!/bin/bash
/usr/bin/synclient TapButton2=2 TapButton3=3
/usr/bin/xinput list --name-only | grep -i touchpad | while read line
do
/usr/bin/xinput set-int-prop "$line" "Synaptics Tap Action" 8 0 0 0 0 1 2 3
done

@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Touchpad Tap fix
Exec=/usr/bin/synclient TapButton2=2 TapButton3=3
Exec=/usr/libexec/calculate/fix-touchpad.sh
OnlyShowIn=#?pkg(mate-base/mate-session-manager)!=#MATE;#pkg##?pkg(gnome-extra/cinnamon-session)!=#X-Cinnamon;#pkg#
NoDisplay=true
#?pkg(gnome-extra/cinnamon-session)!=#

@ -2,4 +2,4 @@
[overlay-calculate]
# Save the latest version, because when switching profile cl-setup-profile 3.2.2 makes a call cl-setup-system
remerge = 20170626
remerge = 20170630

Loading…
Cancel
Save