Enable i3 smart gaps
This commit is contained in:
parent
448b67fbab
commit
b8d4ced114
1 changed files with 5 additions and 1 deletions
6
i3.nix
6
i3.nix
|
@ -15,7 +15,11 @@ in {
|
||||||
config = {
|
config = {
|
||||||
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
gaps.inner = 12;
|
# i3-gaps-specific configuration
|
||||||
|
gaps = {
|
||||||
|
inner = 12;
|
||||||
|
smartGaps = true;
|
||||||
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "systemctl --user restart polybar";
|
command = "systemctl --user restart polybar";
|
||||||
|
|
Loading…
Add table
Reference in a new issue