upgrade sway config

This commit is contained in:
Julien Malka 2023-11-28 13:22:59 +01:00
parent 92b6f840bb
commit 27caa59e34
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -39,9 +39,9 @@ with lib;
gaps = { gaps = {
right = 2; right = 2;
left = 2; left = 2;
top = 2; top = 0;
bottom = 2; bottom = 0;
inner = 7; inner = 1;
}; };
bars = [ ]; bars = [ ];
@ -91,6 +91,10 @@ with lib;
}; };
extraConfig = '' extraConfig = ''
set $laptop eDP-1 set $laptop eDP-1
corner_radius 8
default_dim_inactive 0.2
default_border none
default_floating_border none
bindswitch lid:on output $laptop disable bindswitch lid:on output $laptop disable
bindswitch lid:off output $laptop enable bindswitch lid:off output $laptop enable
''; '';
@ -125,8 +129,5 @@ with lib;
}; };
}; };
} }