Adding -no-startup-id to all startup scripts

This commit is contained in:
James Patrick 2020-05-19 13:30:47 -04:00
parent 7197f1dbae
commit 2667d7e16f

View File

@ -1,15 +1,15 @@
### Start Nextcloud. ### Start Nextcloud.
exec nextcloud exec --no-startup-id nextcloud
### Make things a little easier easier on the eyes. ### Make things a little easier easier on the eyes.
exec redshift exec --no-startup-id redshift
### Notifications ### Notifications
# https://github.com/emersion/mako # https://github.com/emersion/mako
exec --no-startup-id mako 2>&1 >/tmp/mako.log exec --no-startup-id mako 2>&1 >/tmp/mako.log
### ydotool ### ydotool
exec ydotoold exec --no-startup-id ydotoold
### Autotiling ### Autotiling
# https://github.com/nwg-piotr/autotiling # https://github.com/nwg-piotr/autotiling
@ -34,6 +34,7 @@ exec_always {
### Clipboard manager ### Clipboard manager
# https://github.com/yory8/clipman # https://github.com/yory8/clipman
exec wl-paste -t text --watch clipman store exec --no-startup-id wl-paste -t text --watch clipman store
# vim: ft=cfg # vim: ft=cfg
# -*- mode: conf-space -*-