[StumpWM] Re-activated mode-line and stumptray
This commit is contained in:
parent
17a0506954
commit
2d53d934fe
1 changed files with 3 additions and 3 deletions
|
@ -167,8 +167,8 @@
|
|||
(run-shell-command "compton --config ~/.config/compton.conf")
|
||||
|
||||
;; start mode line
|
||||
;; (if (not (head-mode-line (current-head)))
|
||||
;; (toggle-mode-line (current-screen) (current-head)))
|
||||
(if (not (head-mode-line (current-head)))
|
||||
(toggle-mode-line (current-screen) (current-head)))
|
||||
|
||||
(defparameter *backlight-sysfs* "/sys/class/backlight/intel_backlight/")
|
||||
|
||||
|
@ -367,7 +367,7 @@ script."
|
|||
(run-shell-command "redshift")
|
||||
|
||||
;; last settings
|
||||
;; (stumptray:stumptray)
|
||||
(stumptray:stumptray)
|
||||
|
||||
(switch-layout-to *key-layout*)
|
||||
|
||||
|
|
Loading…
Reference in a new issue