diff options
-rw-r--r-- | dotfiles/Xresources | 2 | ||||
-rw-r--r-- | i3/config | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources index ce406ff..ff9e2c5 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -9,7 +9,7 @@ *foreground: tomorrow_foreground *background: tomorrow_background -*color0: tomorrow_red +*color0: tomorrow_background *color1: tomorrow_red *color2: rgb:b5/bd/68 *color3: rgb:f0/c6/74 @@ -192,6 +192,7 @@ exec xrdb ~/.Xresources exec --no-startup-id /usr/libexec/gnome-settings-daemon-localeexec exec --no-startup-id /usr/lib/gnome-settings-daemon/gsd-xsettings exec --no-startup-id dconf write /org/gnome/settings-daemon/plugins/cursor/active false +exec --no-startup-id xsetroot -solid "#000000" exec xset s off -dpms exec xset -b # never beep |