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

@ -1,6 +0,0 @@
[dmenu]
dmenu_command = rofi -location 3 -yoffset 35 -xoffset -10 -width 37 -font "monospace 11" -padding 20 -line-padding 4 -password
[editor]
terminal = termite
gui_if_available = false

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 &