From da371d16567b80039629ec6b2046f10df5579172 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Mon, 28 Jul 2025 15:13:53 -0400 Subject: Initial commit --- wofi/config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 wofi/config (limited to 'wofi/config') diff --git a/wofi/config b/wofi/config new file mode 100644 index 0000000..dadc360 --- /dev/null +++ b/wofi/config @@ -0,0 +1,23 @@ +stylesheet=/home/robby/.config/wofi/style.css +# xoffset=50% +xoffset=0 +# yoffset=50% +yoffset=0 +hide_scroll=true +show=drun +# width=15% +width=600px +lines=10 +line_wrap=word +term=alacritty +allow_markup=true +always_parse_args=true +show_all=true +print_command=true +layer=overlay +allow-images=true +insensitive=true +prompt=Hey, you should type something! +image_size=25 +display_generic=true +key_expand=Tab -- cgit