Set super key binding to Latte Dock using [code]kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu" qdbus org.kde.KWin /KWin reconfigure[/code] I have 2 docks, each with an application launcher (one with Application Menu, one with Application Dashboard), how can I specify which action the super key calls? At the moment it calls Application Menu, I'd rather it called Application Dashboard. Thank you!
(In reply to Matt Eaves from comment #0) > Set super key binding to Latte Dock using [code]kwriteconfig5 --file > ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta > "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu" > qdbus org.kde.KWin /KWin reconfigure[/code] > > I have 2 docks, each with an application launcher (one with Application > Menu, one with Application Dashboard), how can I specify which action the > super key calls? At the moment it calls Application Menu, I'd rather it > called Application Dashboard. Thank you! you cant... it follows automatically this order: ->primary screen : bottom,left,top,right ->secondary screens: bottom,left,top,right the first application menu that will find is going to be the own to call
But the menu I want it to use is bottom left, and the other is top left? So it should be calling the correct one, yes?
(In reply to Matt Eaves from comment #2) > But the menu I want it to use is bottom left, and the other is top left? So > it should be calling the correct one, yes? send your layout in order to check it out and see what is going on
Created attachment 114710 [details] Full Config Please see attached.
Created attachment 114711 [details] Layout Please see attached. Thank you for your help!
(In reply to Matt Eaves from comment #5) > The full config is not needed, concerning your layout in my system it works as expected... Are you using the master version or v0.8 ? because in v0.8 this is bit random but for master version it is as I have described... In master version shorcut Meta+` also shows a badge over the application launcher which is going to be used with Meta
Updated from 0.80 to the Master seems to have solved the problem. I don't see a badge on the icon, though.
Never mind! There it is! Thank you!
fixed by master commits...