dotfiles/sway/config.d/autostart
James Patrick ae3dd9681e Added wob support for brightness & volume.
Project is early, but I'm hoping this will be a proper replacement for
xob.
https://github.com/francma/wob
2019-10-06 00:19:21 -04:00

27 lines
505 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
# wob configuration
exec_always {
killall -q wob || true
mkfifo /tmp/wobpipe
tail -f /tmp/wobpipe | ~/.config/sway/scripts/sanitize_wob | wob
}
### Clipboard manager
# https://github.com/yory8/clipman
#exec clipman -d
# vim: ft=cfg