mirror of
https://git.davidovski.xyz/dot.git
synced 2026-06-15 01:56:43 +00:00
3 lines
103 B
Bash
Executable file
3 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
F="$HOME/docs/proj/scratchpad.txt"
|
|
bspc rule -a \* -o state=floating && $TERMINAL -e vim $F
|