14 lines
188 B
Plaintext
14 lines
188 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
|