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
|
||||
'';
|
||||
settings = {
|
||||
layerrule = "blur, waybar";
|
||||
layerrule = [
|
||||
"blur, waybar"
|
||||
"blur, mako"
|
||||
];
|
||||
xwayland.force_zero_scaling = true;
|
||||
general = {
|
||||
gaps_in = "8";
|
||||
|
|
|
@ -13,6 +13,12 @@
|
|||
];
|
||||
|
||||
stylix = {
|
||||
opacity = {
|
||||
desktop = 0.7;
|
||||
popups = 0.7;
|
||||
applications = 1.0;
|
||||
terminal = 1.0;
|
||||
};
|
||||
targets = {
|
||||
plymouth.enable = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue