3
0
Fork 0
forked from mirrors/nixpkgs

nixos/sway-beta: pass arguments from wrapper to sway

This commit is contained in:
Bruno Bigras 2018-11-26 11:21:55 -05:00
parent 128a446c59
commit cc21100623

View file

@ -8,7 +8,7 @@ let
swayWrapped = pkgs.writeShellScriptBin "sway" '' swayWrapped = pkgs.writeShellScriptBin "sway" ''
${cfg.extraSessionCommands} ${cfg.extraSessionCommands}
exec ${pkgs.dbus.dbus-launch} --exit-with-session ${swayPackage}/bin/sway exec ${pkgs.dbus.dbus-launch} --exit-with-session ${swayPackage}/bin/sway "$@"
''; '';
swayJoined = pkgs.symlinkJoin { swayJoined = pkgs.symlinkJoin {
name = "sway-joined"; name = "sway-joined";