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