diff --git a/_local/aranea/.Xresources.local b/_local/aranea/.Xresources.local new file mode 100644 index 0000000..752e4ed --- /dev/null +++ b/_local/aranea/.Xresources.local @@ -0,0 +1,7 @@ +Xft.dpi: 120 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb diff --git a/_local/aranea/.profile.local b/_local/aranea/.profile.local new file mode 100644 index 0000000..f2580d0 --- /dev/null +++ b/_local/aranea/.profile.local @@ -0,0 +1,6 @@ +# +# ~/.profile.local (included by ~/.profile) +# + +export QT_QPA_PLATFORMTHEME=gtk2 + diff --git a/_local/aranea/.xprofile.local b/_local/aranea/.xprofile.local new file mode 100644 index 0000000..a93a3c9 --- /dev/null +++ b/_local/aranea/.xprofile.local @@ -0,0 +1,5 @@ +#!/bin/sh + +# Disable touchpad +xinput disable 'Synaptics TM3053-004' +