Skip to content

Commit

Permalink
fluxbox: fix a typo, windowMenu -> windowmenu (#3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinallison authored Jan 3, 2023
1 parent d01e728 commit 498c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/window-managers/fluxbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 " "
Expand Down

0 comments on commit 498c46e

Please sign in to comment.