StumpWM: start compton on startup

This commit is contained in:
Marcel Kapfer 2018-03-13 16:53:45 +01:00
parent 85da0c3d67
commit e4d5746824
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@
;; nitrogen (wallpaper)
(run-shell-command "nitrogen --restore")
;; start compton (compositor)
(run-shell-command "compton --config ~/.config/compton.conf -b")
;; start mode line
;; (if (not (head-mode-line (current-head)))
;; (toggle-mode-line (current-screen) (current-head)))