? [ # get the Sway environment and exec with it ? { argv: ["sway-env-magic-cookie"] env: { "DBUS_SESSION_BUS_ADDRESS" : ?DBUS_SESSION_BUS_ADDRESS "DISPLAY": ?DISPLAY "SWAYSOCK" : ?SWAYSOCK "WAYLAND_DISPLAY" : ?WAYLAND_DISPLAY "XDG_SEAT" : ?XDG_SEAT "XDG_SESSION_TYPE" : ?XDG_SESSION_TYPE } } [ # start GUI programs in the Sway environment ? [ > ] # execute programs in response to handlers $exec-space ?? $config [ let ?id = timestamp let ?facet = facet let ?d = > ? complete> [$facet ! stop] ? failed> [$facet ! stop] ] ] ]