Adding -no-startup-id to all startup scripts
This commit is contained in:
parent
7197f1dbae
commit
2667d7e16f
|
@ -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 -*-
|
||||
|
|
Loading…
Reference in New Issue
Block a user