script: move default config out of sway dir

This commit is contained in:
Josh Lay 2023-10-14 22:29:45 -05:00
parent 7c4a6fe474
commit 96fe0b91a1
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",