Merge branch 'main' of https://github.com/end-4/dots-hyprland into sticky-merge-main

This commit is contained in:
end-4
2025-11-14 10:06:44 +01:00
350 changed files with 4312 additions and 1429 deletions
@@ -89,6 +89,22 @@ Singleton {
property real width: 250
property real height: 100
}
property JsonObject floatingImage: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 1650
property real y: 390
property real width: 0
property real height: 0
}
property JsonObject fpsLimiter: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 1570
property real y: 615
property real width: 280
property real height: 80
}
property JsonObject recorder: JsonObject {
property bool pinned: false
property bool clickthrough: false
@@ -115,14 +131,6 @@ Singleton {
property real height: 600
property int tabIndex: 0
}
property JsonObject fpsLimiter: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 1576
property real y: 630
property real width: 280
property real height: 80
}
property JsonObject stickypad: JsonObject {
property bool pinned: true
property bool clickthrough: false