You are not logged in.
Hi guys,
I successfully configured Krunner to be run by pressing Meta key (alone). How do I do this for plasmoid? I'd like to have launchpadPlasma triggered by Meta key instead of Krunner.
Thanks!
https://github.com/adhec/launchpad-plasma
Last edited by menteith (2022-02-17 17:03:41)
Long time Debian user who switched to Arch.
Offline
Afaik "Meta" support for the application launcher is basically a hack that just sends Alt+F1 if Meta was pressed alone, try setting the invoking shortcut for this other plasmoid to Alt+F1
Offline
I did this and also executed the following command:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "launchpadPlasmaDark/App,,display"But it didn't work (I restarted my computer).
For Krunner I used the following command:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,display"Long time Debian user who switched to Arch.
Offline
Solution:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu"
Long time Debian user who switched to Arch.
Offline