mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
disable transparency by default (why was this even on...)
This commit is contained in:
@@ -82,7 +82,7 @@ Singleton {
|
||||
property bool extraBackgroundTint: true
|
||||
property int fakeScreenRounding: 2 // 0: None | 1: Always | 2: When not fullscreen
|
||||
property JsonObject transparency: JsonObject {
|
||||
property bool enable: true
|
||||
property bool enable: false
|
||||
property bool automatic: true
|
||||
property real backgroundTransparency: 0.11
|
||||
property real contentTransparency: 0.57
|
||||
|
||||
Reference in New Issue
Block a user