remove i3 gaps
This commit is contained in:
parent
d0c9ffc55f
commit
a777b9f176
2 changed files with 0 additions and 7 deletions
|
@ -25,12 +25,6 @@ in
|
||||||
|
|
||||||
workspaceLayout = "tabbed";
|
workspaceLayout = "tabbed";
|
||||||
bars = [];
|
bars = [];
|
||||||
gaps = {
|
|
||||||
inner = 8;
|
|
||||||
outer = 0;
|
|
||||||
smartGaps = true;
|
|
||||||
smartBorders = "on";
|
|
||||||
};
|
|
||||||
|
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
keybindings = {
|
keybindings = {
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
colord.enable = true;
|
colord.enable = true;
|
||||||
autorandr.enable = true;
|
autorandr.enable = true;
|
||||||
xserver.windowManager.i3.enable = true;
|
xserver.windowManager.i3.enable = true;
|
||||||
xserver.windowManager.i3.package = pkgs.i3-gaps;
|
|
||||||
xserver.displayManager.sddm = {
|
xserver.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableHidpi = true;
|
enableHidpi = true;
|
||||||
|
|
Loading…
Reference in a new issue