1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 02:03:38 +02:00

fluxbox: fix a typo, windowMenu -> windowmenu (#3544)

This commit is contained in:
corbinallison 2023-01-03 14:09:52 -06:00 committed by GitHub
parent d01e7280ad
commit 498c46ea5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ in {
".fluxbox/menu" = mkIf (cfg.menu != "") { text = cfg.menu; };
".fluxbox/slitlist" = mkIf (cfg.slitlist != "") { text = cfg.slitlist; };
".fluxbox/windowmenu" =
mkIf (cfg.windowMenu != "") { text = cfg.windowmenu; };
mkIf (cfg.windowmenu != "") { text = cfg.windowmenu; };
};
xsession.windowManager.command = concatStringsSep " "