Skip to content

Commit

Permalink
fix(man): remove blur_level related config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtheoof committed Jun 18, 2020
1 parent 307f579 commit ceb907a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions swappy.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,13 @@ The following lines can be used as swappy's default:
[Default]
save_dir=$HOME/Desktop
show_panel=false
blur_level=80
line_size=5
text_size=20
text_font=sans-serif
```

- *save_dir* is where swappshots will be saved, can contain env variables and must exist in your filesystem
- *show_panel* is used to toggle the paint panel on or off upon startup
- *blur_level* is the default blur level (must be between 1 and 500)
- *line_size* is the default line size (must be between 1 and 50)
- *text_size* is the default text size (must be between 10 and 50)
- *text_font* is the font used to render text, its format is pango friendly
Expand Down

0 comments on commit ceb907a

Please sign in to comment.