guile-swayer/examples/stumpwm-inspired/config

9 lines
226 B
Text
Raw Normal View History

2024-06-15 09:57:11 +02:00
include /etc/sway/config.d/*
2024-06-26 18:01:58 +02:00
# good idea to kill all current guile guile-swayer instances first
exec_always "pkill -f '.*guile.*sway/init.scm'"
# then run a fresh instance
exec_always "sleep 0.2 && ~/.config/sway/init.scm"