Adding theoretical logging to autostart tools.
This commit is contained in:
parent
b44fd1318d
commit
267645016e
|
@ -1,18 +1,18 @@
|
||||||
### Start Nextcloud.
|
### Start Nextcloud.
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud 2>&1 >/tmp/nextcloud.log
|
||||||
|
|
||||||
### ProtonMail Bridge
|
### ProtonMail Bridge
|
||||||
exec --no-startup-id protonmail-bridge
|
exec --no-startup-id protonmail-bridge 2>&1 >/tmp/mail.log
|
||||||
|
|
||||||
### Make things a little easier easier on the eyes.
|
### Make things a little easier easier on the eyes.
|
||||||
exec --no-startup-id redshift
|
exec --no-startup-id redshift 2>&1 >/tmp/redshift.log
|
||||||
|
|
||||||
### 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 --no-startup-id ydotoold
|
exec --no-startup-id ydotoold 2>&1 >/tmp/ydotoold.log
|
||||||
|
|
||||||
### Autotiling
|
### Autotiling
|
||||||
# https://github.com/nwg-piotr/autotiling
|
# https://github.com/nwg-piotr/autotiling
|
||||||
|
|
Loading…
Reference in New Issue
Block a user