lattedock相关问题
2020年11月7日下午12:44
2020年11月21日下午10:23
lattedock相关问题,使用super键打开应用面板。。。
Can I use my super key to open the app launcher?
A1: of course you can but you will need to add at your ~/.config/kwinrc
file the following code:
[ModifierOnlyShortcuts]
Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu
Then reload KWin with:
qdbus org.kde.KWin /KWin reconfigure
A2: alternativily you can run commands:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu"
qdbus org.kde.KWin /KWin reconfigure