feat(hyprland): better Hyprland layout

This commit is contained in:
Lucien Cartier-Tilet 2025-05-18 16:36:06 +02:00
parent 686dbaeff7
commit ae1ae30e67
Signed by: phundrak
SSH Key Fingerprint: SHA256:CE0HPsbW3L2YiJETx1zYZ2muMptaAqTN2g3498KrMkc

View File

@ -70,8 +70,15 @@ in {
border_size = 2; border_size = 2;
"col.active_border" = "rgb(81a1c1) rgb(a3be8c) 45deg"; "col.active_border" = "rgb(81a1c1) rgb(a3be8c) 45deg";
"col.inactive_border" = "rgb(4c566a)"; "col.inactive_border" = "rgb(4c566a)";
layout = "dwindle"; layout = "master";
}; };
master = {
orientation = "center";
new_status = "inherit";
};
workspace = [
"2, layoutopt:orientation:bottom"
];
decoration = { decoration = {
rounding = 5; rounding = 5;
# blur = { # blur = {