fixes for latest version

This commit is contained in:
committer@tuxwarrior
2026-05-25 16:45:44 -05:00
parent bd10c3a954
commit d3aa306b30
+4 -5
View File
@@ -187,7 +187,6 @@ animations {
# - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - -
dwindle { 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 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 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. :( 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) 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) 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 # view mode change
bind = $mainMod, I, togglefloating, bind = $mainMod, I, togglefloating,
bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled 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, W, layoutmsg, togglesplit # dwindle - toggle split mode (top/side)
# fullscreen # fullscreen
bind = $mainMod, F, fullscreen, 1 # fullscreen, with border bind = $mainMod, F, fullscreen, 1 # fullscreen, with border