Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
5
.bin/OLD/scratchpad
Executable file
5
.bin/OLD/scratchpad
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
tmux ls | grep -q "^scratchpad.*attached" \
|
||||
&& wmctrl -x -c scratchpad \
|
||||
|| st -c scratchpad -g 128x38+250+150 -e \
|
||||
ksh -c "tmux att -t scratchpad || tmux new-session -s scratchpad"
|
||||
Reference in New Issue
Block a user