mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-11-16 07:47:32 +01:00
8 lines
226 B
Text
8 lines
226 B
Text
include /etc/sway/config.d/*
|
|
|
|
# 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"
|
|
|