2019-05-04 05:47:36 +00:00
|
|
|
### Start Nextcloud.
|
2020-05-19 17:30:47 +00:00
|
|
|
exec --no-startup-id nextcloud
|
2019-05-04 05:47:36 +00:00
|
|
|
|
|
|
|
### Make things a little easier easier on the eyes.
|
2020-05-19 17:30:47 +00:00
|
|
|
exec --no-startup-id redshift
|
2019-05-04 05:47:36 +00:00
|
|
|
|
|
|
|
### Notifications
|
2019-10-06 01:37:12 +00:00
|
|
|
# https://github.com/emersion/mako
|
2020-05-19 17:30:29 +00:00
|
|
|
exec --no-startup-id mako 2>&1 >/tmp/mako.log
|
2019-06-02 04:04:28 +00:00
|
|
|
|
2020-04-26 02:08:30 +00:00
|
|
|
### ydotool
|
2020-05-19 17:30:47 +00:00
|
|
|
exec --no-startup-id ydotoold
|
2020-04-26 02:08:30 +00:00
|
|
|
|
2019-10-06 01:36:46 +00:00
|
|
|
### Autotiling
|
|
|
|
# https://github.com/nwg-piotr/autotiling
|
|
|
|
exec --no-startup-id autotiling
|
|
|
|
|
2019-10-06 05:36:31 +00:00
|
|
|
### Idle configuration
|
|
|
|
exec swayidle -w \
|
2020-04-26 02:05:14 +00:00
|
|
|
timeout 280 notify-send "鈴 sleeping in 20 seconds" -t 5000 -c 'sleep' \
|
|
|
|
timeout 285 'light -O && let "a = $(light -G) / 2" && light -S $a '\
|
|
|
|
resume 'light -I' \
|
2019-10-06 05:36:31 +00:00
|
|
|
timeout 300 'swaylock-fancy' \
|
|
|
|
timeout 600 'swaymsg "output * dpms off"' \
|
|
|
|
resume 'swaymsg "output * dpms on"' \
|
|
|
|
before-sleep 'swaylock-fancy'
|
|
|
|
|
2019-10-06 04:15:30 +00:00
|
|
|
# wob configuration
|
|
|
|
exec_always {
|
|
|
|
killall -q wob || true
|
|
|
|
mkfifo /tmp/wobpipe
|
|
|
|
tail -f /tmp/wobpipe | ~/.config/sway/scripts/sanitize_wob | wob
|
|
|
|
}
|
|
|
|
|
2019-06-02 04:04:28 +00:00
|
|
|
### Clipboard manager
|
2019-10-06 01:37:12 +00:00
|
|
|
# https://github.com/yory8/clipman
|
2020-05-19 17:30:47 +00:00
|
|
|
exec --no-startup-id wl-paste -t text --watch clipman store
|
2019-06-02 04:04:28 +00:00
|
|
|
|
2019-09-18 01:08:28 +00:00
|
|
|
# vim: ft=cfg
|
2020-05-19 17:30:47 +00:00
|
|
|
# -*- mode: conf-space -*-
|