forked from Shinonome/dots-hyprland
config options: make fakescreenrounding default to 2
This commit is contained in:
@@ -9,7 +9,7 @@ Singleton {
|
||||
}
|
||||
|
||||
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 %
|
||||
|
||||
Reference in New Issue
Block a user