dotfiles/X11/xinit/xinitrc.d/51-clipboard.sh
2025-09-27 17:23:49 -06:00

7 lines
115 B
Bash
Executable file

#!/bin/sh
if command -v clipse >/dev/null; then
clipse -listen-shell &
else
echo "error: clipse not found"
fi