diff options
Diffstat (limited to 'wofi/config')
| -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 |
