others/scratchpad.sh

13 lines
272 B
Bash
Executable File

#!/bin/sh
. $HOME/.wmvar
if [ -z "$(xdotool search --classname scratchpad)" ]; then
$TERMINAL -bc -g 100x26 -name scratchpad &
else
xdotool search --onlyvisible --classname scratchpad windowunmap \
|| xdotool search --classname scratchpad windowmap
fi