feat(hyprland): updated config from 0.55 tests

This commit is contained in:
oxypomme
2026-05-17 19:59:25 +02:00
parent ae8a08fc0f
commit 2f07ed3a7f
7 changed files with 122 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ general {
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
layout = master
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
@@ -51,15 +51,10 @@ animations {
animation = workspaces, 1, 6, default
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
bind = $mainMod, J, togglesplit,
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = "master"
new_on_top = true
}