dot/scripts/calendar

3 lines
90 B
Bash
Executable File

#!/bin/sh
bspc rule -a \* -o state=floating && $TERMINAL -e sh -c "cal $(date +%Y); read"