hyprland: hy3 suffering

This commit is contained in:
Charlie Root 2024-10-18 18:50:55 +02:00
commit e98f3e1e1b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 48 additions and 13 deletions

View file

@ -47,7 +47,7 @@ in {
};
general = {
layout = "dwindle";
layout = "hy3";
gaps_in = 0;
gaps_out = 0;
border_size = 2;
@ -57,9 +57,23 @@ in {
};
plugin = {
hy3 = {
no_gaps_when_only = 1;
tabs = {
height = 4;
padding = 5;
from_top = true;
render_text = false;
};
autotile.enable = true;
};
hyprsplit = {
num_workspaces = 10;
persistent_workspaces = true;
};
split-monitor-workspaces = {
keep-focued = true;
count = 10;
keep_focused = 0;
};
};
};