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

What is the equivalent of `--class` in Konsole? #70

Open rollschild opened 1 year ago

rollschild commented 1 year ago

Hi,

I'm using Konsole. I realized that in this line of the sway config: set $menu exec $term --class=launcher -e sway-launcher-desktop you would need to have the option --class available for the terminal command of your choice. Terminals like Alacritty have that option, but Konsole doesn't. Does anyone know what is Konsole's equivalent of --class?

Thanks!