From e4d57468249b6faeba41d764cf524b24bce15df8 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 13 Mar 2018 16:53:45 +0100 Subject: [PATCH] StumpWM: start compton on startup --- stumpwm/stumpwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index a442511..9ccb8f6 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -168,6 +168,9 @@ ;; nitrogen (wallpaper) (run-shell-command "nitrogen --restore") +;; start compton (compositor) +(run-shell-command "compton --config ~/.config/compton.conf -b") + ;; start mode line ;; (if (not (head-mode-line (current-head))) ;; (toggle-mode-line (current-screen) (current-head)))