Zren / plasma-hud

Provides a way to run menubar commands in KDE Plasma through rofi, much like the Unity 7 Heads-Up Display (HUD).
GNU General Public License v2.0
235 stars 9 forks source link

implements deferment to script behaviour #28

Closed pkfm closed 1 year ago

pkfm commented 4 years ago

Some applications do not set window manager hints nor expose their menus, namely various flavors of Chromium and Firefox.

This addition allows definition of executables in .plasmahudrc to allow user scripts to supplement the functionality of plasma-hud. Entries are to be defined in the [Alternatives] stanza. Keys are to be WM_CLASS components joined by a period character. An additional General key functions as a fallback. The specified executables are passed the active window id and class components.