dot/scripts/notepad

4 lines
103 B
Plaintext
Raw Normal View History

2021-10-09 21:20:41 +00:00
#!/bin/sh
F="$HOME/docs/proj/scratchpad.txt"
bspc rule -a \* -o state=floating && $TERMINAL -e vim $F