diff options
Diffstat (limited to 'scripts/calendar')
-rwxr-xr-x | scripts/calendar | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/calendar b/scripts/calendar new file mode 100755 index 0000000..2836170 --- /dev/null +++ b/scripts/calendar @@ -0,0 +1,2 @@ +#!/bin/sh +bspc rule -a \* -o state=floating && $TERMINAL -e sh -c "cal $(date +%Y); read" |