From fd9f139e70d24c0ebd51c92130cacbb21028cb4e Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 17 Nov 2021 21:45:26 +0100 Subject: [PATCH] [stumpwm] Switch from compton to picom --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 134096c..e9f5a42 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -164,7 +164,7 @@ (run-shell-command "~/.fehbg") ;; start compton (compositor) -(run-shell-command "compton --config ~/.config/compton.conf") +(run-shell-command "picom -b") ;; start mode line (if (not (head-mode-line (current-head)))