mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 22:09:59 -05:00
feat: add sticky overlay functionality
This commit is contained in:
@@ -113,6 +113,14 @@ Singleton {
|
||||
property real x: 1576
|
||||
property real y: 630
|
||||
}
|
||||
// CUSTOM: Stickypad integration - START
|
||||
property JsonObject stickypad: JsonObject {
|
||||
property bool pinned: true
|
||||
property bool clickthrough: false
|
||||
property real x: 100
|
||||
property real y: 100
|
||||
}
|
||||
// CUSTOM: Stickypad integration - END
|
||||
}
|
||||
|
||||
property JsonObject timer: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user