13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
### Start Nextcloud.
|
|
exec nextcloud
|
|
|
|
### Make things a little easier easier on the eyes.
|
|
exec redshift
|
|
|
|
### Notifications
|
|
exec mako
|
|
|
|
### Clipboard manager
|
|
exec clipman -d
|
|
|
|
# vim: ft=cfg |