forked from Shinonome/dots-hyprland
overlay: better default positions
This commit is contained in:
@@ -80,7 +80,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
property JsonObject overlay: JsonObject {
|
property JsonObject overlay: JsonObject {
|
||||||
property list<string> open: ["crosshair"]
|
property list<string> open: ["crosshair", "recorder", "volumeMixer", "resources"]
|
||||||
property JsonObject crosshair: JsonObject {
|
property JsonObject crosshair: JsonObject {
|
||||||
property bool pinned: false
|
property bool pinned: false
|
||||||
property bool clickthrough: true
|
property bool clickthrough: true
|
||||||
@@ -90,21 +90,21 @@ Singleton {
|
|||||||
property JsonObject recorder: JsonObject {
|
property JsonObject recorder: JsonObject {
|
||||||
property bool pinned: false
|
property bool pinned: false
|
||||||
property bool clickthrough: false
|
property bool clickthrough: false
|
||||||
property real x: 100
|
property real x: 80
|
||||||
property real y: 130
|
property real y: 80
|
||||||
}
|
}
|
||||||
property JsonObject resources: JsonObject {
|
property JsonObject resources: JsonObject {
|
||||||
property bool pinned: false
|
property bool pinned: false
|
||||||
property bool clickthrough: true
|
property bool clickthrough: true
|
||||||
property real x: 1000
|
property real x: 1500
|
||||||
property real y: 320
|
property real y: 770
|
||||||
property int tabIndex: 0
|
property int tabIndex: 0
|
||||||
}
|
}
|
||||||
property JsonObject volumeMixer: JsonObject {
|
property JsonObject volumeMixer: JsonObject {
|
||||||
property bool pinned: false
|
property bool pinned: false
|
||||||
property bool clickthrough: false
|
property bool clickthrough: false
|
||||||
property real x: 100
|
property real x: 80
|
||||||
property real y: 320
|
property real y: 250
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user