2019-02-09 23:32:29 -05:00
|
|
|
swayrun(1)
|
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
swayrun - Run Sway from a login shell
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
|
|
_swayrun_ [options...] [command]
|
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
|
|
Attempts to run *sway*(1) via the user's login shell. This allows environment
|
2019-02-10 20:41:04 -05:00
|
|
|
configuration and other login actions, for example when run via a display manager.
|
2019-02-09 23:32:29 -05:00
|
|
|
|
|
|
|
|
All arguments to swayrun will be passed through unaltered to sway.
|
|
|
|
|
|
2019-02-10 20:41:04 -05:00
|
|
|
If a login shell cannot be determined, sway will be executed normally.
|
2019-02-09 23:32:29 -05:00
|
|
|
|
|
|
|
|
# ENVIRONMENT
|
|
|
|
|
|
|
|
|
|
The following environment variables have an effect on swayrun:
|
|
|
|
|
|
|
|
|
|
_SHELL_
|
|
|
|
|
Holds the path to the login shell.
|
|
|
|
|
|
|
|
|
|
# SEE
|
|
|
|
|
|
2019-02-10 20:41:04 -05:00
|
|
|
*sway*(1)
|