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
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,15 @@
### Start Nextcloud.
exec nextcloud
exec --no-startup-id nextcloud
### Make things a little easier easier on the eyes.
exec redshift
exec --no-startup-id redshift
### Notifications
# https://github.com/emersion/mako
exec --no-startup-id mako 2>&1 >/tmp/mako.log
### ydotool
exec ydotoold
exec --no-startup-id ydotoold
### Autotiling
# https://github.com/nwg-piotr/autotiling
@ -34,6 +34,7 @@ exec_always {
### Clipboard manager
# 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
# -*- mode: conf-space -*-