From 737ff9f823011a27c1672eccaa99c68f8156377b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 5 Nov 2025 20:27:14 -0500 Subject: exit on focus lost option --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3