Dark colors
This commit is contained in:
parent
a7cb80242c
commit
b3692ff1e7
3 changed files with 3 additions and 1 deletions
1
.bashrc
1
.bashrc
|
@ -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;
|
||||
|
|
1
.xinitrc
1
.xinitrc
|
@ -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
2
bin/st
|
@ -8,4 +8,4 @@ case `hostname` in
|
|||
exec st.dark -f "Roboto Mono-15" $@
|
||||
;;
|
||||
esac
|
||||
exec st.x86_64 $@
|
||||
exec st.dark $@
|
||||
|
|
Loading…
Reference in a new issue