Test
This commit is contained in:
parent
f9e0c0520f
commit
3069ec8e66
2 changed files with 10 additions and 1 deletions
|
@ -21,7 +21,10 @@
|
||||||
submap = reset
|
submap = reset
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
layerrule = "blur, waybar";
|
layerrule = [
|
||||||
|
"blur, waybar"
|
||||||
|
"blur, mako"
|
||||||
|
];
|
||||||
xwayland.force_zero_scaling = true;
|
xwayland.force_zero_scaling = true;
|
||||||
general = {
|
general = {
|
||||||
gaps_in = "8";
|
gaps_in = "8";
|
||||||
|
|
|
@ -13,6 +13,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
|
opacity = {
|
||||||
|
desktop = 0.7;
|
||||||
|
popups = 0.7;
|
||||||
|
applications = 1.0;
|
||||||
|
terminal = 1.0;
|
||||||
|
};
|
||||||
targets = {
|
targets = {
|
||||||
plymouth.enable = false;
|
plymouth.enable = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue