Skip to content

Commit 1e8868e

Browse files
committed
update hyprland settings
1 parent d8f8aec commit 1e8868e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nixos/home-manager/features/hyprland/settings.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
2525
allow_tearing = true;
2626

27-
layout = "master";
27+
layout = "dwindle";
2828
};
2929

3030
# https://wiki.hyprland.org/Configuring/Variables/#decoration
@@ -48,7 +48,7 @@
4848
};
4949
# https://wiki.hyprland.org/Configuring/Variables/#animations
5050
animations = {
51-
enabled = true;
51+
enabled = false;
5252
bezier = [
5353
"linear, 0, 0, 1, 1"
5454
"md3_standard, 0.2, 0, 0, 1"

0 commit comments

Comments
 (0)