darkrc/bin/padding

7 lines
82 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ "$TERM" = "xterm-kitty" ]
then
kitty @ set-spacing padding=$1
fi