dotfiles/bin/fsize.sh

4 lines
103 B
Bash
Executable File

#!/bin/sh
printf '\33]50;%s%d%s\007' "xft:SourceCodePro:pixelsize=" $1 ":antialias=true:hinting=true"