Skip to content

Commit

Permalink
docs(autosave): add the document for manpage and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanbass committed Apr 10, 2024
1 parent 32e72ce commit b2898ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ auto_save=false
- `paint_mode` is the mode activated at application start (must be one of: brush|text|rectangle|ellipse|arrow|blur, matching is case-insensitive)
- `early_exit` is used to make the application exit after saving the picture or copying it to the clipboard
- `fill_shape` is used to toggle shape filling (for the rectangle and ellipsis tools) on or off upon startup
- `auto_save` is used to toggle auto saving on exit the application
- `auto_save` is used to toggle auto saving of final buffer to `save_dir` on exit the application

## Keyboard Shortcuts

Expand Down
2 changes: 2 additions & 0 deletions swappy.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The following lines can be used as swappy's default:
paint_mode=brush
early_exit=false
fill_shape=false
auto_save=false
```

- *save_dir* is where swappshots will be saved, can contain env variables, when it does not exist, swappy attempts to create it first, but does not abort if directory creation fails
Expand All @@ -77,6 +78,7 @@ The following lines can be used as swappy's default:
- *paint_mode* is the mode activated at application start (must be one of: brush|text|rectangle|ellipse|arrow|blur, matching is case-insensitive)
- *early_exit* is used to make the application exit after saving the picture or copying it to the clipboard
- *fill_shape* is used to toggle shape filling (for the rectangle and ellipsis tools) on or off upon startup
- *auto_save* is used to toggle auto saving of final buffer to *save_dir* on exit the application


# KEY BINDINGS
Expand Down

0 comments on commit b2898ae

Please sign in to comment.