mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 01:09:58 -05:00
config options: make fakescreenrounding default to 2
This commit is contained in:
@@ -9,7 +9,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
property QtObject appearance: QtObject {
|
property QtObject appearance: QtObject {
|
||||||
property int fakeScreenRounding: 1 // 0: None | 1: Always | 2: When not fullscreen
|
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
||||||
}
|
}
|
||||||
|
|
||||||
property QtObject audio: QtObject { // Values in %
|
property QtObject audio: QtObject { // Values in %
|
||||||
|
|||||||
Reference in New Issue
Block a user