nixpkgs/pkgs/applications/window-managers
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
..
2bwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
afterstep treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
awesome treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
bevelbar treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
bspwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
btops treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cage treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
clfswm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
cwm maintainers: fix 0x4A6F 2020-02-11 19:29:51 +01:00
dwm dwm-status: 1.6.3 -> 1.6.4 2020-04-20 20:54:49 +02:00
dzen2 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
evilwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fbpanel treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
fluxbox treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
fvwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
herbstluftwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
i3 i3: 4.18 → 4.18.1 2020-04-22 09:37:02 +02:00
icewm icewm: update URL 2020-04-15 00:34:30 -03:00
ion-3 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
jwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kbdd treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
larswm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
leftwm leftwm: remove unused patch file 2020-03-12 07:04:54 +00:00
lemonbar treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
matchbox treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
neocomp treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
notion notion: 3-2019050101 -> 4.0.0 2020-03-17 21:06:20 +01:00
openbox treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
oroborus treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
pekwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
picom compton/picom: 7.2 -> 7.5 2020-01-03 12:52:02 +00:00
qtile treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ratpoison treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sawfish treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
spectrwm spectrwm: *Flags are lists 2019-12-30 12:15:25 +01:00
stalonetray treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
stumpish treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
stumpwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
sway sway: Make it possible to use exec in extraSessionCommands 2020-04-22 17:09:20 +02:00
sxhkd Merge branch 'master' into staging-next 2019-08-24 08:55:37 +02:00
tabbed treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
taffybar taffybar: add license 2018-08-04 16:50:29 +02:00
trayer treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
vwm treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
weston treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
windowlab treewide: name -> pname 2019-08-17 10:54:38 +00:00
windowmaker treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
wmfs treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
wmii-hg treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
xmonad treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
yabar treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00