StumpWM: Fixed issue with compton
This commit is contained in:
parent
e4d5746824
commit
18533f7c22
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
||||||
(run-shell-command "nitrogen --restore")
|
(run-shell-command "nitrogen --restore")
|
||||||
|
|
||||||
;; start compton (compositor)
|
;; start compton (compositor)
|
||||||
(run-shell-command "compton --config ~/.config/compton.conf -b")
|
(run-shell-command "compton --config ~/.config/compton.conf")
|
||||||
|
|
||||||
;; 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