From 45a0e0323fca35f6636743d55ceeb4f787b752dc Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Feb 2022 20:08:13 +0100 Subject: [PATCH] [StumpWM] Remove autostart programs Were commented out over the last months anyway --- stumpwm/stumpwmrc | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 930cb39..82a9789 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -373,22 +373,8 @@ script." (define-frame-preference "music" (0 nil t :class "Spotify")) -;; autostart programs - -;; emacs -(run-shell-command "emacs") - -;; keepassxc -(run-shell-command "keepassxc-wrapper") - -;; owncloud -(run-shell-command "nextcloud") - -;; web browser -(run-shell-command *web-browser*) - -;; redshift -(run-shell-command "redshift") +;; Start NetworkManager systray applet +(run-shell-command "nm-applet") ;; last settings (stumptray:stumptray)