Add i3-gaps
This commit is contained in:
@@ -8,6 +8,7 @@ in {
|
||||
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
config = {
|
||||
bars = [
|
||||
{
|
||||
@@ -38,6 +39,12 @@ in {
|
||||
size = 8.0;
|
||||
};
|
||||
|
||||
gaps = {
|
||||
outer = 10;
|
||||
inner = 5;
|
||||
smartBorders = "on";
|
||||
};
|
||||
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"${mod}+q" = "kill";
|
||||
"${mod}+d" = "exec rofi -show drun";
|
||||
|
||||
Reference in New Issue
Block a user