Re-add borders
This commit is contained in:
parent
87a756a4fb
commit
6f54d169b7
|
@ -85,11 +85,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
|
|
||||||
window = {
|
|
||||||
border = 0;
|
|
||||||
hideEdgeBorders = "none";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -101,8 +96,6 @@ in
|
||||||
exec_always --no-startup-id caffeine
|
exec_always --no-startup-id caffeine
|
||||||
exec_always --no-startup-id ${pkgs.autorandr}/bin/autorandr --change
|
exec_always --no-startup-id ${pkgs.autorandr}/bin/autorandr --change
|
||||||
|
|
||||||
default_border none
|
|
||||||
default_floating_border none
|
|
||||||
smart_borders on
|
smart_borders on
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue