StumpWM: Don't run URXVT on startup, but redshift and telegram
This commit is contained in:
parent
b8260973bd
commit
44d865f90f
1 changed files with 5 additions and 2 deletions
|
@ -263,12 +263,15 @@
|
||||||
;; firefox
|
;; firefox
|
||||||
(run-shell-command "firefox-nightly")
|
(run-shell-command "firefox-nightly")
|
||||||
|
|
||||||
;; term
|
;; telegram
|
||||||
(run-shell-command "urxvt")
|
(run-shell-command "telegram-desktop")
|
||||||
|
|
||||||
;; emacs
|
;; emacs
|
||||||
(run-commands "emacs")
|
(run-commands "emacs")
|
||||||
|
|
||||||
|
;; redshift
|
||||||
|
(run-shell-command "redshift")
|
||||||
|
|
||||||
;; last settings
|
;; last settings
|
||||||
|
|
||||||
(switch-layout-to *key-layout*)
|
(switch-layout-to *key-layout*)
|
||||||
|
|
Loading…
Reference in a new issue