Adding theoretical logging to autostart tools.

This commit is contained in:
James Patrick 2020-06-27 00:32:59 -04:00
parent b44fd1318d
commit 267645016e
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
### Start Nextcloud.
exec --no-startup-id nextcloud
exec --no-startup-id nextcloud 2>&1 >/tmp/nextcloud.log
### 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.
exec --no-startup-id redshift
exec --no-startup-id redshift 2>&1 >/tmp/redshift.log
### Notifications
# https://github.com/emersion/mako
exec --no-startup-id mako 2>&1 >/tmp/mako.log
### ydotool
exec --no-startup-id ydotoold
exec --no-startup-id ydotoold 2>&1 >/tmp/ydotoold.log
### Autotiling
# https://github.com/nwg-piotr/autotiling