Biont / sway-launcher-desktop

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
GNU General Public License v3.0
606 stars 28 forks source link

Don’t autostart applications with Hidden=true #49

Closed jaburjak closed 3 years ago

jaburjak commented 3 years ago

Hi! The XDG Autostart specification says that entries with Hidden=true should be ignored and not autostarted. However, sway-launcher-desktop does not check for that option and therefore autostarts all entries without the user being able to disable them.

I added a check to list-autostart that excludes such entries. Thanks for looking at this.