diff options
author | Guangxiong Lin <[email protected]> | 2023-12-26 19:34:39 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-26 19:34:39 +0800 |
commit | 3d1072b55b5b9033524cca4656fd28c3610e0db4 (patch) | |
tree | 1bed7ca48073046c3b6b81c72c1528eb46de3b5a /bin/autostart | |
parent | 619133bdc313331bb44c5c927dd771b8504f74a2 (diff) | |
download | dotfiles-3d1072b55b5b9033524cca4656fd28c3610e0db4.tar.gz dotfiles-3d1072b55b5b9033524cca4656fd28c3610e0db4.tar.bz2 dotfiles-3d1072b55b5b9033524cca4656fd28c3610e0db4.zip |
Remove clipmenud in autostart as it can boot as systemd unit
Diffstat (limited to 'bin/autostart')
-rwxr-xr-x | bin/autostart | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/autostart b/bin/autostart index 5c6747d..e54c51c 100755 --- a/bin/autostart +++ b/bin/autostart @@ -10,7 +10,6 @@ run_if_exists () { run_if_exists fcitx5 -d run_if_exists dunst run_if_exists udiskie -a -n -s --appindicator -run_if_exists clipmenud run_if_exists lxqt-policykit-agent run_if_exists /usr/lib/kdeconnectd run_if_exists kdeconnect-indicator |