What is the equivalent of `--class` in Konsole?
rollschild opened this issue · 1 comments
rollschild commented
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!
blankoworld commented
You can use --name
I think. Cf. https://man.cx/konsole#heading4 , option --name.