[aranea] Touchpad settings; remove QT_QPA_PLATFORMTHEME
This commit is contained in:
parent
ed46c03b5a
commit
e070f0aebc
|
|
@ -1,6 +1,3 @@
|
||||||
#
|
#
|
||||||
# ~/.profile.local (included by ~/.profile)
|
# ~/.profile.local (included by ~/.profile)
|
||||||
#
|
#
|
||||||
|
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Disable touchpad
|
# Set touchpad settings
|
||||||
xinput disable 'Synaptics TM3053-004'
|
#xinput disable 'Synaptics TM3053-004'
|
||||||
|
xinput set-prop 'Synaptics TM3053-004' 'libinput Tapping Enabled' 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue