Emacs daemon should now autostart

This commit is contained in:
Emmet 2023-07-27 17:40:35 -05:00
parent 0dfff2dd44
commit d98dd374c2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" & ##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" &
nm-applet & nm-applet &
GOMAXPROCS=1 syncthing --no-browser & GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive protonmail-bridge --noninteractive &
emacs --daemon & 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

@ -665,7 +665,7 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" & ##/usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --alpha 0 --height 28 --tint $trayertint --monitor "primary" &
nm-applet & nm-applet &
GOMAXPROCS=1 syncthing --no-browser & GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive protonmail-bridge --noninteractive &
emacs --daemon & emacs --daemon &
gnome-keyring-daemon --daemonize --login & gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets & gnome-keyring-daemon --start --components=secrets &