diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-05 20:27:14 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:21 -0500 |
| commit | 737ff9f823011a27c1672eccaa99c68f8156377b (patch) | |
| tree | 8efd9ecf7a9c13119d17a53d8638c69380e97f74 /README.md | |
| parent | 784f7000f29498e6c111afa78a53950989ee94b6 (diff) | |
exit on focus lost option
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,9 +17,10 @@ Q: What is an ENU? ## Configuration Create your config file at `XDG_CONFIG_HOME/swenu/conf.ini` or `HOME/.config/swenu/conf.ini`. -Example config file: +Example config: (hex colors also supported!) ```ini fancy_scroll = false +exit_on_focus_lost = true min_width = 500 font_size = 16 @@ -44,7 +45,7 @@ cursor_color = (0.9, 0.9, 0.9, 0.5) - [x] "prompt" - [x] fuzzy filter - [x] config file -- [ ] border, top padding in vertical and set exact height +- [ ] border, top padding and set exact height - [ ] unicode + text shaping Stretch: |
