Lyr-7D1h / swayest_workstyle

Map workspace names to icons for Sway
MIT License
119 stars 18 forks source link

Multiple instances #3

Closed p00f closed 3 years ago

p00f commented 3 years ago

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?

Lyr-7D1h commented 3 years ago

@p00f You're completely right. I actually use exec as well with sworkstyle :sweat_smile: . I updated the readme.

Lyr-7D1h commented 3 years ago

@p00f I know this is closed but added a check for if it is already running, will be released shortly