diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-04-05 15:56:50 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-04-05 16:22:22 -0400 |
| commit | cc1cd5e89f70baf4dc6034630946f2063395675d (patch) | |
| tree | bca51897183c5489123ac05287115707cac1bd97 /wofi | |
| parent | 08b92a28899519c9713ee1deca18a35549dded4f (diff) | |
refactor: move wofi config to file
also removed some commented and unused code
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/config | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/wofi/config b/wofi/config index dadc360..e86400b 100644 --- a/wofi/config +++ b/wofi/config @@ -1,22 +1,33 @@ +# Wofi configuration +# Generated from home.scm wofi-config values + +# Styling stylesheet=/home/robby/.config/wofi/style.css -# xoffset=50% + +# Position xoffset=0 -# yoffset=50% yoffset=0 + +# Display hide_scroll=true show=drun -# width=15% width=600px lines=10 line_wrap=word -term=alacritty + +# Terminal +term=foot + +# Features allow_markup=true always_parse_args=true show_all=true print_command=true layer=overlay -allow-images=true -insensitive=true +allow_images=true +insensitivity=true + +# Prompt prompt=Hey, you should type something! image_size=25 display_generic=true |
