StumpWM: launch stumptray at the correct place
This commit is contained in:
parent
879b26f5c2
commit
273e859d73
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,6 @@
|
|||
(load-module "hostname")
|
||||
(load-module "stumptray")
|
||||
|
||||
(stumptray:stumptray)
|
||||
|
||||
;; mode-line style
|
||||
(setf *mode-line-background-color* "#333333"
|
||||
*mode-line-foreground-color* "#cccccc"
|
||||
|
@ -276,6 +274,7 @@
|
|||
(run-shell-command "redshift")
|
||||
|
||||
;; last settings
|
||||
(stumptray:stumptray)
|
||||
|
||||
(switch-layout-to *key-layout*)
|
||||
|
||||
|
|
Loading…
Reference in a new issue