Compare commits
2 commits
f82b512e17
...
c98b527a01
| Author | SHA1 | Date | |
|---|---|---|---|
| c98b527a01 | |||
| 88d2988f9b |
1 changed files with 7 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ in {
|
||||||
tabs = {
|
tabs = {
|
||||||
height = 6;
|
height = 6;
|
||||||
render_text = false;
|
render_text = false;
|
||||||
|
border_width = 0;
|
||||||
|
|
||||||
"col.active" = "rgb(b4f9f8)";
|
"col.active" = "rgb(b4f9f8)";
|
||||||
"col.inactive" = "rgb(474f6f)";
|
"col.inactive" = "rgb(474f6f)";
|
||||||
|
|
@ -88,7 +89,12 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
misc.disable_hyprland_logo = true;
|
misc = {
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
disable_autoreload = true;
|
||||||
|
new_window_takes_over_fullscreen = 2;
|
||||||
|
focus_on_activate = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Bindings
|
# Bindings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue