dotfiles/sway/config.d/autostart
2019-10-05 21:36:46 -04:00

18 lines
278 B
Plaintext

### Start Nextcloud.
exec nextcloud
### Make things a little easier easier on the eyes.
exec redshift
### Notifications
exec mako
### Autotiling
# https://github.com/nwg-piotr/autotiling
exec --no-startup-id autotiling
### Clipboard manager
#exec clipman -d
# vim: ft=cfg