mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
upgrade sway config
This commit is contained in:
parent
92b6f840bb
commit
27caa59e34
1 changed files with 7 additions and 6 deletions
|
@ -39,9 +39,9 @@ with lib;
|
|||
gaps = {
|
||||
right = 2;
|
||||
left = 2;
|
||||
top = 2;
|
||||
bottom = 2;
|
||||
inner = 7;
|
||||
top = 0;
|
||||
bottom = 0;
|
||||
inner = 1;
|
||||
};
|
||||
|
||||
bars = [ ];
|
||||
|
@ -91,6 +91,10 @@ with lib;
|
|||
};
|
||||
extraConfig = ''
|
||||
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:off output $laptop enable
|
||||
'';
|
||||
|
@ -125,8 +129,5 @@ with lib;
|
|||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue