Update swayfx
This commit is contained in:
parent
1190afee8b
commit
a6aeb27729
12
flake.lock
12
flake.lock
|
@ -117,11 +117,11 @@
|
|||
"flake-compat_3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1650374568,
|
||||
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
|
||||
"lastModified": 1673956053,
|
||||
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
|
||||
"owner": "edolstra",
|
||||
"repo": "flake-compat",
|
||||
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
|
||||
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -639,11 +639,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1681859040,
|
||||
"narHash": "sha256-fjYYZG35AfePm1VKz4J3J2cbDP1Tu7EIeZnl2cHPKCQ=",
|
||||
"lastModified": 1688721042,
|
||||
"narHash": "sha256-gyuhsq/lAqSo/EcfbE4DDJxsjX9ML8MpJM99AB6T7Rs=",
|
||||
"owner": "WillPower3309",
|
||||
"repo": "swayfx",
|
||||
"rev": "3f00052a9060764104c0fe1207640c870aea1290",
|
||||
"rev": "c89e4c9bf24635333dcc5572050da63feb98ff36",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -297,8 +297,8 @@ in
|
|||
# Gaps
|
||||
gaps.outer = 4;
|
||||
gaps.inner = 4;
|
||||
gaps.smartBorders = "off"; # until swayfx fixes clipping bug
|
||||
gaps.smartGaps = false;
|
||||
gaps.smartBorders = "on";
|
||||
gaps.smartGaps = true;
|
||||
|
||||
### Bars
|
||||
# Let systemd manage it
|
||||
|
@ -339,7 +339,7 @@ in
|
|||
## swayfx stuff
|
||||
# Rounded corners
|
||||
corner_radius 5
|
||||
smart_corner_radius off
|
||||
smart_corner_radius on
|
||||
# Shadows
|
||||
shadows on
|
||||
shadow_blur_radius 5
|
||||
|
|
Loading…
Reference in a new issue