magicman: update hyprland config
Some checks failed
Run nix flake check / flake-check (push) Failing after 37s
Periodic flake update / flake-update (push) Successful in 2m23s

This commit is contained in:
2025-09-30 19:17:46 +02:00
parent 8b4f824cbf
commit b9106d5bbc
2 changed files with 8 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ in
"myBezier, 0.05, 0.9, 0.1, 1.05"
"easeInB, 0.6, -0.28, 0.735, 0.045"
];
animation = [
"windows, 1, 7, myBezier"
"windowsOut, 1, 7, default, popin 80%"
@@ -258,14 +259,17 @@ in
"specialWorkspace, 1, 4, default, fade"
];
};
dwindle = {
pseudotile = true;
preserve_split = true;
special_scale_factor = 0.85;
};
master = {
new_status = "master";
};
misc = {
force_default_wallpaper = 0;
disable_hyprland_logo = true;

View File

@@ -157,6 +157,10 @@
disable_hyprland_logo = true;
};
ecosystem = {
no_update_news = true;
};
windowrulev2 = [
"opacity 0.95 override 0.7 override,class:^(Alacritty)$"
"opacity 0.95 override 0.7 override,class:^(kitty)$"