mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 10:07:30 -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
|
// Active indicator
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: activeIndicator
|
id: activeIndicator
|
||||||
|
|||||||
Reference in New Issue
Block a user