aboutsummaryrefslogtreecommitdiff
path: root/dot-config/wofi/config
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/wofi/config')
-rw-r--r--dot-config/wofi/config50
1 files changed, 50 insertions, 0 deletions
diff --git a/dot-config/wofi/config b/dot-config/wofi/config
new file mode 100644
index 0000000..d003908
--- /dev/null
+++ b/dot-config/wofi/config
@@ -0,0 +1,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 \ No newline at end of file