This commit is contained in:
Daniel Lundin 2017-02-09 14:19:54 +01:00
parent fd246d2f86
commit 62fa00fb6e
8 changed files with 32 additions and 8 deletions

BIN
bin/dwm

Binary file not shown.

2
bin/st
View file

@ -5,7 +5,7 @@ case `hostname` in
exec st.x86_64 -f "Roboto Mono:pixelsize=14" $@
;;
dredd)
exec st.x86_64 -f "Roboto Mono-18" $@
exec st.x86_64 -f "Roboto Mono-15" $@
;;
esac
exec st.x86_64 $@