fix i3.extraConfig

This commit is contained in:
Daniella / Tove 2024-10-19 15:32:41 +02:00
parent 344d8a91a9
commit f932ce1158
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -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;