Cleanup base configs

This commit is contained in:
natemaia
2019-10-16 01:04:21 -07:00
parent a9821eb845
commit 38643e81f7
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
compton -b &
grep -qm 1 'sse3' /proc/cpuinfo && compton -b &
nitrogen --restore &