StumpWM: start emacs a little bit earlier
This commit is contained in:
parent
9599aa072c
commit
f981fb15f3
1 changed files with 3 additions and 3 deletions
|
@ -325,6 +325,9 @@ script."
|
||||||
|
|
||||||
;; autostart programs
|
;; autostart programs
|
||||||
|
|
||||||
|
;; emacs
|
||||||
|
(run-commands "emacs")
|
||||||
|
|
||||||
;; keepassxc
|
;; keepassxc
|
||||||
(run-shell-command "gpg --textmode -d ~/dotfiles/dotdotfiles/keepassxc/password.gpg | keepassxc --pw-stdin ~/cloud/keys/2017-10.kdbx")
|
(run-shell-command "gpg --textmode -d ~/dotfiles/dotdotfiles/keepassxc/password.gpg | keepassxc --pw-stdin ~/cloud/keys/2017-10.kdbx")
|
||||||
|
|
||||||
|
@ -340,9 +343,6 @@ script."
|
||||||
;; telegram
|
;; telegram
|
||||||
(run-shell-command "telegram-desktop")
|
(run-shell-command "telegram-desktop")
|
||||||
|
|
||||||
;; emacs
|
|
||||||
(run-commands "emacs")
|
|
||||||
|
|
||||||
;; redshift
|
;; redshift
|
||||||
(run-shell-command "redshift")
|
(run-shell-command "redshift")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue