Enable i3 smart gaps

This commit is contained in:
Elnu 2022-10-09 20:19:52 -07:00
parent 448b67fbab
commit b8d4ced114

6
i3.nix
View file

@ -15,7 +15,11 @@ in {
config = {
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
modifier = mod;
gaps.inner = 12;
# i3-gaps-specific configuration
gaps = {
inner = 12;
smartGaps = true;
};
startup = [
{
command = "systemctl --user restart polybar";