modification for st-aardbei / st
This commit is contained in:
parent
68f524365d
commit
34a0fc3ed5
1 changed files with 5 additions and 1 deletions
|
|
@ -2,4 +2,8 @@
|
|||
|
||||
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
|
||||
size=`echo what size|dmenu`
|
||||
st -f "$font-$size" $@
|
||||
if [[ -f ~/bin/st-aardbei ]]; then
|
||||
st-aardbei -f "$font-$size" $@
|
||||
else
|
||||
st -f "$font-$size" $@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue