This commit is contained in:
iFargle 2024-01-07 15:50:30 +09:00
parent f9e0c0520f
commit 3069ec8e66
2 changed files with 10 additions and 1 deletions

View file

@ -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";

View file

@ -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;
}; };