diff --git a/_local/aranea/.profile.local b/_local/aranea/.profile.local index f2580d0..606eb9e 100644 --- a/_local/aranea/.profile.local +++ b/_local/aranea/.profile.local @@ -1,6 +1,3 @@ # # ~/.profile.local (included by ~/.profile) # - -export QT_QPA_PLATFORMTHEME=gtk2 - diff --git a/_local/aranea/.xprofile.local b/_local/aranea/.xprofile.local index a93a3c9..5e33eda 100644 --- a/_local/aranea/.xprofile.local +++ b/_local/aranea/.xprofile.local @@ -1,5 +1,5 @@ #!/bin/sh -# Disable touchpad -xinput disable 'Synaptics TM3053-004' - +# Set touchpad settings +#xinput disable 'Synaptics TM3053-004' +xinput set-prop 'Synaptics TM3053-004' 'libinput Tapping Enabled' 1