From 18533f7c22f5139d67166b688aa67e5625d1e1cd Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 13 Mar 2018 21:26:06 +0100 Subject: [PATCH] StumpWM: Fixed issue with compton --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 9ccb8f6..03ce3e2 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -169,7 +169,7 @@ (run-shell-command "nitrogen --restore") ;; start compton (compositor) -(run-shell-command "compton --config ~/.config/compton.conf -b") +(run-shell-command "compton --config ~/.config/compton.conf") ;; start mode line ;; (if (not (head-mode-line (current-head)))