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
|
# Terminal setup
|
||||||
tput smkx
|
tput smkx
|
||||||
|
|
||||||
|
|
||||||
# OpenPGP applet support for YubiKey NEO
|
# OpenPGP applet support for YubiKey NEO
|
||||||
#if [ ! -f /tmp/gpg-agent.env ]; then
|
#if [ ! -f /tmp/gpg-agent.env ]; then
|
||||||
# killall gpg-agent;
|
# killall gpg-agent;
|
||||||
|
|
1
.xinitrc
1
.xinitrc
|
@ -9,5 +9,6 @@ fi
|
||||||
. $HOME/.bashrc
|
. $HOME/.bashrc
|
||||||
xsetroot -solid \#282a2e
|
xsetroot -solid \#282a2e
|
||||||
xmodmap $HOME/.Xmodmap
|
xmodmap $HOME/.Xmodmap
|
||||||
|
feh --bg-fill $HOME/Images/desktop.jpg || true
|
||||||
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
||||||
exec dwm
|
exec dwm
|
||||||
|
|
2
bin/st
2
bin/st
|
@ -8,4 +8,4 @@ case `hostname` in
|
||||||
exec st.dark -f "Roboto Mono-15" $@
|
exec st.dark -f "Roboto Mono-15" $@
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
exec st.x86_64 $@
|
exec st.dark $@
|
||||||
|
|
Loading…
Reference in a new issue