hyprland/settings.nix: add hy3 tab settings
This commit is contained in:
parent
e422ecb8bf
commit
4a26338e82
1 changed files with 7 additions and 1 deletions
|
@ -62,7 +62,13 @@ in {
|
||||||
persistent_workspaces = true;
|
persistent_workspaces = true;
|
||||||
};
|
};
|
||||||
hy3 = {
|
hy3 = {
|
||||||
|
tabs = {
|
||||||
|
height = 13;
|
||||||
|
padding = 0;
|
||||||
|
radius = 0;
|
||||||
|
border_width = 1;
|
||||||
|
blur = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
dynamic-cursors = {
|
dynamic-cursors = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue