dotfiles/bin/fsize.sh

4 lines
103 B
Bash
Raw Normal View History

2016-01-31 18:17:44 +01:00
#!/bin/sh
printf '\33]50;%s%d%s\007' "xft:SourceCodePro:pixelsize=" $1 ":antialias=true:hinting=true"