dotfiles/sway/config.d/autostart

18 lines
278 B
Plaintext
Raw Normal View History

2019-05-04 05:47:36 +00:00
### Start Nextcloud.
exec nextcloud
### Make things a little easier easier on the eyes.
exec redshift
2019-05-04 05:47:36 +00:00
### Notifications
exec mako
2019-10-06 01:36:46 +00:00
### Autotiling
# https://github.com/nwg-piotr/autotiling
exec --no-startup-id autotiling
### Clipboard manager
#exec clipman -d
# vim: ft=cfg