aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-11-05 20:27:14 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-11-06 19:45:21 -0500
commit737ff9f823011a27c1672eccaa99c68f8156377b (patch)
tree8efd9ecf7a9c13119d17a53d8638c69380e97f74 /README.md
parent784f7000f29498e6c111afa78a53950989ee94b6 (diff)
exit on focus lost option
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ffab6a..f82451f 100644
--- a/README.md
+++ b/README.md
@@ -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: