Enable i3 smart gaps

inky
Elnu 2 years ago
parent 448b67fbab
commit b8d4ced114

@ -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";

Loading…
Cancel
Save