From d3aa306b30b476f3550fb2ce733e5d3c3e352140 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 25 May 2026 16:45:44 -0500 Subject: [PATCH] fixes for latest version --- dots/hyprland/hyprland.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 6ccc583..7d98d99 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -187,7 +187,6 @@ animations { # - - - - - - - - - - - - - - - - - - - - - - - - - dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } @@ -210,8 +209,8 @@ misc { force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( - mouse_move_enables_dpms = false # mouse move will not turn on screen(s) - key_press_enables_dpms = true # key press will turn on screen(s) + mouse_move_enables_dpms = false # mouse move will not turn on screen(s) + key_press_enables_dpms = true # key press will turn on screen(s) } @@ -253,8 +252,8 @@ bind = $mainMod CTRL, ESCAPE, exit, # exit alt. 2 # view mode change bind = $mainMod, I, togglefloating, -bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled -bind = $mainMod, W, togglesplit, # dwindle - toggle split mode (top/side) +bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled +bind = $mainMod, W, layoutmsg, togglesplit # dwindle - toggle split mode (top/side) # fullscreen bind = $mainMod, F, fullscreen, 1 # fullscreen, with border