The readme instructs me to use exec_always but a new instance is spawned every time I restart sway (as documented in man 5 sway). This quickly makes cpu temps go 70C+ when I restart sway frequently (for example when testing a new config). Is this a bug or should I use exec instead?
The readme instructs me to use
exec_always
but a new instance is spawned every time I restart sway (as documented inman 5 sway
). This quickly makes cpu temps go 70C+ when I restart sway frequently (for example when testing a new config). Is this a bug or should I useexec
instead?