fix i3.extraConfig
This commit is contained in:
parent
344d8a91a9
commit
f932ce1158
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -89,6 +89,7 @@ in
|
|||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
extraConfig = "exec feh --bg-fill .background-image";
|
||||
config = {
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"XF86AudioMute" = "exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
|
@ -115,7 +116,6 @@ in
|
|||
gaps = {
|
||||
inner = 12;
|
||||
};
|
||||
extraConfig = "exec feh --bg-fill .background-image";
|
||||
};
|
||||
};
|
||||
programs.i3status.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue