From 53aae53b6e6ab394bee5992a1978c87ee7dba9f5 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 4 Nov 2025 21:50:28 -0500 Subject: config file --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 16a8fb4..cb4b4c0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,21 @@ Usage: just like dmenu ## FAQ 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: +```ini +fancy_scroll = false +min_width = 500 +font_size = 16 + +[colors] +text_color = (0.85, 0.85, 0.85, 1.0) +highlight_color = (0.1, 0.3, 0.7, 1.0) +background_color = (0.1, 0.1, 0.1, 1.0) +cursor_color = (0.9, 0.9, 0.9, 0.5) +``` + ## Todo - - [x] "selection" - [x] figure out whats going on with stderr and exit code @@ -28,9 +43,10 @@ Q: What is an ENU? - [x] emacs keybindings - [x] "prompt" - [x] fuzzy filter -- [ ] config file +- [x] config file - [ ] scrolling in input - [ ] unicode + text shaping Stretch: +- [ ] clean up the code (src folder, rename some files) - [ ] input fluff (icons, descriptions, output names) -- cgit v1.2.3