Local changes to nf picking st things

This commit is contained in:
Andrew Holland 2017-02-28 13:15:53 +02:00
parent 7bc3bb276b
commit 3843a32436
2 changed files with 138 additions and 0 deletions

4
NF_pick.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/andrew/bin/nflist`
C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'`
${C} -f "${F}"