blob: e86400b70b696da0858c7182f8f8f063ff34815a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Wofi configuration
# Generated from home.scm wofi-config values
# Styling
stylesheet=/home/robby/.config/wofi/style.css
# Position
xoffset=0
yoffset=0
# Display
hide_scroll=true
show=drun
width=600px
lines=10
line_wrap=word
# Terminal
term=foot
# Features
allow_markup=true
always_parse_args=true
show_all=true
print_command=true
layer=overlay
allow_images=true
insensitivity=true
# Prompt
prompt=Hey, you should type something!
image_size=25
display_generic=true
key_expand=Tab
|