nixpkgs-suyu/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
afterstep
awesome
bevelbar
bspwm
btops
cage
clfswm
cwm
dwm dwm-status: 1.6.3 -> 1.6.4 2020-04-20 20:54:49 +02:00
dzen2
evilwm
fbpanel
fluxbox
fvwm
herbstluftwm
i3 i3: 4.18 → 4.18.1 2020-04-22 09:37:02 +02:00
icewm
ion-3
jwm
kbdd
larswm
leftwm
lemonbar
matchbox
neocomp
notion
openbox
oroborus
pekwm
picom
qtile
ratpoison
sawfish
spectrwm
stalonetray
stumpish
stumpwm
sway sway: Make it possible to use exec in extraSessionCommands 2020-04-22 17:09:20 +02:00
sxhkd
tabbed
taffybar
trayer
vwm
weston
windowlab
windowmaker
wmfs
wmii-hg
xmonad
yabar