From cc1cd5e89f70baf4dc6034630946f2063395675d Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 5 Apr 2026 15:56:50 -0400 Subject: refactor: move wofi config to file also removed some commented and unused code --- wofi/config | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'wofi') 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 -- cgit