tweak(hyprland): modify window behavior
This commit is contained in:
parent
88d2988f9b
commit
c98b527a01
1 changed files with 6 additions and 1 deletions
|
|
@ -89,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