mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: adds script for smart borders since default opt doesnt work anymore
This commit is contained in:
parent
ad0f62da1b
commit
71e0ae0d55
3 changed files with 135 additions and 2 deletions
|
|
@ -138,7 +138,7 @@
|
|||
};
|
||||
|
||||
dwindle = {
|
||||
no_gaps_when_only = true;
|
||||
# no_gaps_when_only = true; # Returns errors for some reason
|
||||
force_split = 0;
|
||||
special_scale_factor = 1.0;
|
||||
split_width_multiplier = 1.0;
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
|
||||
master = {
|
||||
special_scale_factor = 1;
|
||||
no_gaps_when_only = true;
|
||||
# no_gaps_when_only = true; # Returns errors for some reason
|
||||
};
|
||||
|
||||
decoration = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue