miniding changes
This commit is contained in:
@@ -109,8 +109,8 @@ in {
|
||||
};
|
||||
|
||||
gaps = {
|
||||
outer = 10;
|
||||
inner = 5;
|
||||
outer = lib.mkDefault 10;
|
||||
inner = lib.mkDefault 5;
|
||||
smartBorders = "on";
|
||||
};
|
||||
|
||||
@@ -156,7 +156,7 @@ in {
|
||||
terminal = "kitty";
|
||||
|
||||
window = {
|
||||
border = 3;
|
||||
border = lib.mkDefault 3;
|
||||
titlebar = false;
|
||||
commands = [
|
||||
{ command = "move position center #2116 46"; criteria = { class = "jetbrains-toolbox"; }; }
|
||||
|
||||
Reference in New Issue
Block a user