wayland.windowManager.sway.systemd.extraCommands

Extra commands to run after D-Bus activation.

Type
list of string
Default
[
  "systemctl --user reset-failed"
  "systemctl --user start sway-session.target"
  "swaymsg -mt subscribe '[]' || true"
  "systemctl --user stop sway-session.target"
]
Declared
<home-manager/modules/services/window-managers/i3-sway/sway.nix>