[aranea] move local files to _local
This commit is contained in:
parent
cb1679e93f
commit
4e6f8b991a
|
|
@ -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
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
#
|
||||||
|
# ~/.profile.local (included by ~/.profile)
|
||||||
|
#
|
||||||
|
|
||||||
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Disable touchpad
|
||||||
|
xinput disable 'Synaptics TM3053-004'
|
||||||
|
|
||||||
Loading…
Reference in New Issue