aboutsummaryrefslogtreecommitdiff
path: root/dot-config/wofi/config
blob: d0039081c4b41a53ff46f9d5f0b8443979e843b0 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# WOFI
#

# Manual (config): man 5 wofi
# Manual (keys): man wofi-keys

# Options
mode=drun
# term=footclient
# matching=fuzzy
# sort_order=alphabetical
gtk_dark=true
no_actions=true
# parse_search=true
# halign=end
# content_halign=end
image_size=48
allow_images=true
insensitive=true
# always_parse_args=true
dynamic_lines=true
line_wrap=word
# hide_search=true
single_click=true
# use_search_box=false

# Keys
key_up=Ctrl-p,Up
key_down=Ctrl-n,Down
key_left=Ctrl-b,Left
key_right=Ctrl-f,Right
key_forward=Alt-n
key_backward=Alt-p

key_pgup=Ctrl-u,Alt-v
key_pgdn=Ctrl-d,Ctrl-v

key_exit=Escape,Ctrl-g
key_submit=Return,Ctrl-m
key_expand=Tab
key_hide_search=Ctrl-s

# Frame
prompt=
location=top
lines=10
width=500
height=200
yoffset=380