skipper: fix hyprland config
This commit is contained in:
parent
c5b0e6e54d
commit
450a919922
1 changed files with 3 additions and 2 deletions
|
@ -75,9 +75,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master = {
|
||||||
new_is_master = true;
|
|
||||||
new_on_top = true;
|
|
||||||
mfact = 0.65;
|
mfact = 0.65;
|
||||||
|
new_status = "master";
|
||||||
|
new_on_top = true;
|
||||||
|
no_gaps_when_only = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
animation = [
|
animation = [
|
||||||
|
|
Loading…
Reference in a new issue