More reliable emacs daemon loading

This commit is contained in:
Emmet
2023-07-24 20:36:10 -05:00
parent e39247272e
commit e6c91e95b7
2 changed files with 2 additions and 2 deletions

View File

@@ -22,6 +22,6 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
nm-applet & nm-applet &
GOMAXPROCS=1 syncthing --no-browser & GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive protonmail-bridge --noninteractive
emacs --daemon; rm -rf ~/org & emacs --daemon &
gnome-keyring-daemon --daemonize --login & gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets & gnome-keyring-daemon --start --components=secrets &

View File

@@ -666,7 +666,7 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
nm-applet & nm-applet &
GOMAXPROCS=1 syncthing --no-browser & GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive protonmail-bridge --noninteractive
emacs --daemon; rm -rf ~/org & emacs --daemon &
gnome-keyring-daemon --daemonize --login & gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets & gnome-keyring-daemon --start --components=secrets &
#+END_SRC #+END_SRC