mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
hyprland: Reduce size of gaps
This commit is contained in:
parent
3081f16b64
commit
f5ea9c8933
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 4;
|
||||||
gaps_out = 10;
|
gaps_out = 8;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" =
|
"col.active_border" =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue