StumpWM: start compton on startup
This commit is contained in:
parent
85da0c3d67
commit
e4d5746824
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@
|
||||||
;; nitrogen (wallpaper)
|
;; nitrogen (wallpaper)
|
||||||
(run-shell-command "nitrogen --restore")
|
(run-shell-command "nitrogen --restore")
|
||||||
|
|
||||||
|
;; start compton (compositor)
|
||||||
|
(run-shell-command "compton --config ~/.config/compton.conf -b")
|
||||||
|
|
||||||
;; start mode line
|
;; start mode line
|
||||||
;; (if (not (head-mode-line (current-head)))
|
;; (if (not (head-mode-line (current-head)))
|
||||||
;; (toggle-mode-line (current-screen) (current-head)))
|
;; (toggle-mode-line (current-screen) (current-head)))
|
||||||
|
|
Loading…
Reference in a new issue