Dark colors

This commit is contained in:
Daniel Lundin 2017-03-01 19:44:28 +01:00
parent a7cb80242c
commit b3692ff1e7
3 changed files with 3 additions and 1 deletions

View file

@ -102,6 +102,7 @@ stty speed 115200 >> /dev/null 2>&1
# Terminal setup
tput smkx
# OpenPGP applet support for YubiKey NEO
#if [ ! -f /tmp/gpg-agent.env ]; then
# killall gpg-agent;

View file

@ -9,5 +9,6 @@ fi
. $HOME/.bashrc
xsetroot -solid \#282a2e
xmodmap $HOME/.Xmodmap
feh --bg-fill $HOME/Images/desktop.jpg || true
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
exec dwm

2
bin/st
View file

@ -8,4 +8,4 @@ case `hostname` in
exec st.dark -f "Roboto Mono-15" $@
;;
esac
exec st.x86_64 $@
exec st.dark $@