nixpkgs/pkgs
Michael Weiss 1a047c4a8e
sway: Make it possible to use exec in extraSessionCommands
This is useful for use-cases like this (logging to journald):
```
programs.sway.extraSessionCommands = ''
  if [ -z "$_SWAY_DID_SYSTEMD_CAT" ]; then
    export _SWAY_DID_SYSTEMD_CAT=1
    exec ${config.systemd.package}/bin/systemd-cat -t sway "$0" "$@"
  fi
  # ... (potentially also another exec)
'';
```

Without this change the rest of the extraSessionCommands won't be
executed after the exec since the whole extraSessionCommands block would
be skipped during the re-execution (_SWAY_WRAPPER_ALREADY_EXECUTED is
already set).
2020-04-22 17:09:20 +02:00
..
applications sway: Make it possible to use exec in extraSessionCommands 2020-04-22 17:09:20 +02:00
build-support Merge pull request #85680 from NixOS/fix-srconly 2020-04-21 22:45:34 +00:00
common-updater common-updater: change default development version check to false 2020-04-16 08:06:56 -03:00
data yaru-theme: mark as broken 2020-04-21 07:37:22 +02:00
desktops Merge pull request #85318 from romildo/upd.xfce 2020-04-19 20:57:54 -03:00
development Merge pull request #83054 from peterhoeg/u/icr 2020-04-22 20:31:35 +08:00
games openrct2: 0.2.4 -> 0.2.6 2020-04-21 19:14:59 +02:00
misc Merge pull request #85679 from Omoroca13/pcsx2 2020-04-22 16:10:01 +02:00
os-specific linux/hardened-patches/4.19.116: 4.19.116.NixOS-a -> 4.19.116.a 2020-04-20 10:05:36 -04:00
servers Merge pull request #79840 from knl/update-oauth2_proxy-to-5.0.0 2020-04-22 12:15:07 +02:00
shells Merge pull request #85677 from dywedir/oil 2020-04-22 09:23:39 +02:00
stdenv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
test
tools sile: 0.10.3 -> 0.10.4 2020-04-22 08:21:20 +02:00
top-level Merge pull request #83054 from peterhoeg/u/icr 2020-04-22 20:31:35 +08:00