dot/scripts/calendar
2023-10-09 17:42:22 +01:00

3 lines
90 B
Bash
Executable file

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