script: move default config out of sway dir
This commit is contained in:
parent
7c4a6fe474
commit
96fe0b91a1
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Work days may be temporarily disabled by creating and removing
|
|||
`~/.vacation` when appropriate.
|
||||
|
||||
The config may be chosen with `-c path/to/autostart.yml`.
|
||||
Default is `$XDG_CONFIG_HOME/sway/autostart.yml`.
|
||||
Default config is `XDG_CONFIG_HOME/autostart-i3ipc.yml` _(typically in ~/.config)_
|
||||
|
||||
## Config sample
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ def parse_args():
|
|||
)
|
||||
|
||||
# Default path for the config
|
||||
default_config = os.path.join(XDG_CONFIG_HOME, "sway", "autostart.yml")
|
||||
default_config = os.path.join(XDG_CONFIG_HOME, "autostart-i3ipc.yml")
|
||||
|
||||
parser.add_argument(
|
||||
"-c",
|
||||
|
|
Loading…
Reference in a new issue