parent
ee9f5dc8f6
commit
f5b920f4d2
|
@ -107,8 +107,7 @@ in {
|
||||||
mkIf (cfg.windowmenu != "") { text = cfg.windowmenu; };
|
mkIf (cfg.windowmenu != "") { text = cfg.windowmenu; };
|
||||||
};
|
};
|
||||||
|
|
||||||
xsession.windowManager.command = concatStringsSep " "
|
xsession.windowManager.command = escapeShellArgs
|
||||||
([ "${cfg.package}/bin/fluxbox" ]
|
([ "${cfg.package}/bin/fluxbox" ] ++ remove "" cfg.extraCommandLineArgs);
|
||||||
++ escapeShellArgs (remove "" cfg.extraCommandLineArgs));
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue