Skip to content

Commit 058f094

Browse files
committed
fix: update hyprland config to v0.52
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent b0f9aec commit 058f094

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Users/WickedWizard/Programs/Desktop/Hyprland/Hypr/binds.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"SUPER, F, fullscreen"
4646
"SUPER, O, fullscreenstate, -1 2"
4747
"SUPER, P, pseudo,"
48-
"SUPER SHIFT, P, togglesplit"
48+
"SUPER SHIFT, P, layoutmsg, togglesplit"
4949
"SUPER CTRL, P, pin"
5050
"SUPER, M, fullscreen, 1"
5151
"SUPER, space, togglefloating"

Users/WickedWizard/Programs/Desktop/Hyprland/Hypr/hyprland.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
};
2222
xwayland.enable = true;
2323
settings = {
24+
debug.error_position = 1;
2425
exec-once = [
2526
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
2627
"${pkgs.systemd}/bin/systemctl --user daemon-reload"
@@ -49,7 +50,6 @@
4950
mouse_move_enables_dpms = true;
5051
key_press_enables_dpms = true;
5152
vrr = true;
52-
vfr = true;
5353
animate_manual_resizes = true;
5454
animate_mouse_windowdragging = true;
5555
force_default_wallpaper = 1;
@@ -97,7 +97,6 @@
9797
};
9898

9999
dwindle = {
100-
pseudotile = "yes";
101100
preserve_split = "yes";
102101
};
103102

0 commit comments

Comments
 (0)