diff options
author | Geoffrey Casper <[email protected]> | 2020-07-04 12:28:19 -0400 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2020-07-07 17:15:57 -0400 |
commit | ea3ba203cc65671d9bf9da5ddbc698b18ed7685c (patch) | |
tree | 22ab793cfe435091addd12ba0a940a3975451a14 /sway/sway.5.scd | |
parent | e5954f321f76c9337efaf9c5f66140bfba2bae77 (diff) |
Reload command now matches i3's implementation
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index f4323f65..fed4c3c7 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -272,7 +272,9 @@ set|plus|minus <amount> optional comment argument is ignored, but logged for debugging purposes. *reload* - Reloads the sway config file and applies any changes. + Reloads the sway config file and applies any changes. The config file is + located at path specified by the command line arguments when started, + otherwise according to the priority stated in *sway*(1). *rename workspace* [<old_name>] to <new_name> Rename either <old_name> or the focused workspace to the <new_name> |