mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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 = {
|
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;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue