summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-05-13 08:09:35 -0700
committerMike Crute <crutem@amazon.com>2019-05-13 08:09:35 -0700
commit8424adfc839deacf2a588989f45094f12a975563 (patch)
tree01a59aa4b4919d423e3849ad128bc43d2f722018 /bin
parente98c8046626ce3bc1fd74a81609fd863c5c4f66a (diff)
downloaddotfiles-8424adfc839deacf2a588989f45094f12a975563.tar.bz2
dotfiles-8424adfc839deacf2a588989f45094f12a975563.tar.xz
dotfiles-8424adfc839deacf2a588989f45094f12a975563.zip
Increase presentation font size
Diffstat (limited to 'bin')
-rwxr-xr-xbin/st2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/st b/bin/st
index 8ee54f6..8e2f4b8 100755
--- a/bin/st
+++ b/bin/st
@@ -7,7 +7,7 @@ FONT="Inconsolata"
7SIZE=12 7SIZE=12
8 8
9if [ "$1" == "big" ]; then 9if [ "$1" == "big" ]; then
10 SIZE=20 10 SIZE=25
11fi 11fi
12 12
13if [ -f ~/.local/bin/stterm ]; then 13if [ -f ~/.local/bin/stterm ]; then