Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 580 Bytes

Description

A KRunner plugin that shows the menu of the current application.

Requirements

This requires an existing global menu applet (so that the application menus are actually exported).

Requires Python 3.4, dbus-python and python-xlib.

Tips

To configure a key binding (e.g. Alt) to open KRunner with only this plugin, do

kwriteconfig6 --file kwinrc --group ModifierOnlyShortcuts --key Alt org.kde.krunner,/App,,displaySingleRunner,krunner_appmenu

Credit

This was initially written by Artur Gaspar for Plasma 5 (https://github.com/ArturGaspar/krunner-appmenu)