cdown / clipmenu

Clipboard management using dmenu
MIT License
1.14k stars 91 forks source link

clipmenud: avoid spawning multiple daemons #221

Closed N-R-K closed 2 weeks ago

N-R-K commented 5 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.

cdown commented 2 weeks ago

Thanks!