mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
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