hyprland updated

main
The_miro 2026-05-12 08:15:37 +02:00
parent 8a82fca269
commit 0571a83567
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ bind = $mainMod, V, togglefloating,
bind = $mainMod SHIFT, V, tagwindow, +centered
#bind = $mainMod, H, movecurrentworkspacetomonitor
bind = $mainMod, C, pseudo, # dwindle
bind = $mainMod, B, togglesplit, # dwindle
#bind = $mainMod, B, togglesplit, dwindle
bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit
bind = $mainMod CTRl, O, exec, systemctl poweroff
bind = $mainMod, O, exec, hyprlock

View File

@ -173,7 +173,7 @@ animations {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
#pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
special_scale_factor = 0.95
}