[stumpwm] Switch from compton to picom

This commit is contained in:
Marcel Kapfer 2021-11-17 21:45:26 +01:00
parent 70aec1cfa2
commit fd9f139e70
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
(run-shell-command "~/.fehbg") (run-shell-command "~/.fehbg")
;; start compton (compositor) ;; start compton (compositor)
(run-shell-command "compton --config ~/.config/compton.conf") (run-shell-command "picom -b")
;; start mode line ;; start mode line
(if (not (head-mode-line (current-head))) (if (not (head-mode-line (current-head)))