chmln / i3-auto-layout

Automatic, optimal tiling for i3wm
146 stars 20 forks source link

when using exec i3-auto-layout in i3 config file, multiple instances open upon re-login #17

Open eternaljade2001 opened 3 months ago

eternaljade2001 commented 3 months ago

to recreate:

  1. add "exec i3-auto-layout" to your i3 configuration file
  2. logout to sddm greeter
  3. log back in
  4. view running processes-- another instance of i3-auto-layout is running
  5. this will continue as many times as you relog, taking up large amounts of CPU

the behavior also occurs when refreshing i3

eternaljade2001 commented 3 months ago

should note this behavior also occurs when using exec_always --no-startup-id i3-auto-layout as directed in the readme