Add i3-gaps

This commit is contained in:
2022-02-13 16:08:29 +00:00
parent b6a9d564f8
commit 0ef362f2b3
2 changed files with 7 additions and 1 deletions

View File

@@ -71,7 +71,6 @@
gomuks gomuks
gopls gopls
helix helix
i3
i3lock i3lock
i3utils i3utils
iosevka iosevka

View File

@@ -8,6 +8,7 @@ in {
windowManager.i3 = { windowManager.i3 = {
enable = true; enable = true;
package = pkgs.i3-gaps;
config = { config = {
bars = [ bars = [
{ {
@@ -38,6 +39,12 @@ in {
size = 8.0; size = 8.0;
}; };
gaps = {
outer = 10;
inner = 5;
smartBorders = "on";
};
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"${mod}+q" = "kill"; "${mod}+q" = "kill";
"${mod}+d" = "exec rofi -show drun"; "${mod}+d" = "exec rofi -show drun";