[stumpwm] Switch from compton to picom
This commit is contained in:
parent
70aec1cfa2
commit
fd9f139e70
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue