cdown / clipmenu

Clipboard management using dmenu
MIT License
1.1k stars 90 forks source link

clipmenud: avoid spawning multiple daemons #221

Open N-R-K opened 2 months ago

N-R-K commented 2 months ago

things can get messy if a running clipmenud is diabled via clipctl and then another clipmenud daemon is started. avoid spawning multiple daemons by using a session lock similar to the old bash script.