dotfiles/sway/config.d/autostart

20 lines
348 B
Plaintext

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