mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: gaps_out = 5; -> gaps_out = 10;
This commit is contained in:
parent
8f2d842f0c
commit
94c7ffb1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
"$mainMod" = "ALT";
|
"$mainMod" = "ALT";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 5;
|
gaps_out = 10;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg";
|
"col.active_border" = "rgb(cba6f7) rgb(94e2d5) 45deg";
|
||||||
"col.inactive_border" = "0x00000000";
|
"col.inactive_border" = "0x00000000";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue