forked from Shinonome/dots-hyprland
taskbar: middle click to launch new instance
This commit is contained in:
@@ -37,6 +37,12 @@ AppButton {
|
||||
}
|
||||
}
|
||||
|
||||
onMiddleClickAction: {
|
||||
if (root.desktopEntry) {
|
||||
desktopEntry.execute()
|
||||
}
|
||||
}
|
||||
|
||||
// Active indicator
|
||||
Rectangle {
|
||||
id: activeIndicator
|
||||
|
||||
Reference in New Issue
Block a user