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
|
||||
(run-shell-command "firefox-nightly")
|
||||
|
||||
;; term
|
||||
(run-shell-command "urxvt")
|
||||
;; telegram
|
||||
(run-shell-command "telegram-desktop")
|
||||
|
||||
;; emacs
|
||||
(run-commands "emacs")
|
||||
|
||||
;; redshift
|
||||
(run-shell-command "redshift")
|
||||
|
||||
;; last settings
|
||||
|
||||
(switch-layout-to *key-layout*)
|
||||
|
|
Loading…
Reference in a new issue