diff --git a/.bashrc b/.bashrc index 999354a..d8a1fac 100644 --- a/.bashrc +++ b/.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; diff --git a/.xinitrc b/.xinitrc index ff59175..0cfa630 100755 --- a/.xinitrc +++ b/.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 diff --git a/bin/st b/bin/st index 1d6e588..0bce514 100755 --- a/bin/st +++ b/bin/st @@ -8,4 +8,4 @@ case `hostname` in exec st.dark -f "Roboto Mono-15" $@ ;; esac -exec st.x86_64 $@ +exec st.dark $@