From 3d9110aedd56db9305940acae9a3767906119da4 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 19 Jan 2022 23:49:14 +0800 Subject: Autostart clipmenud --- bin/autostart | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/autostart b/bin/autostart index 0cabef2..7d22eba 100755 --- a/bin/autostart +++ b/bin/autostart @@ -5,3 +5,5 @@ [ -f /usr/bin/dunst ] && dunst & [ -f /usr/bin/udiskie ] && udiskie & + +[ -f /usr/bin/clipmenud ] && clipmenud & -- cgit v1.2.3