hyprland: fix resolution rules x2
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
945ecdba10
commit
c361f1f7ed
1 changed files with 1 additions and 2 deletions
|
@ -83,9 +83,8 @@ in {
|
||||||
+ (
|
+ (
|
||||||
if ultrawide
|
if ultrawide
|
||||||
then - gap / 2 * 2 # Center layout padding between windows
|
then - gap / 2 * 2 # Center layout padding between windows
|
||||||
else 0
|
else - gap * 2
|
||||||
)
|
)
|
||||||
- gap * 2
|
|
||||||
- border * 2
|
- border * 2
|
||||||
);
|
);
|
||||||
h = tr (height
|
h = tr (height
|
||||||
|
|
Loading…
Reference in a new issue