Files
wofi-dotfile/config
2025-12-29 20:58:42 +08:00

30 lines
534 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ~/.config/wofi/config
# 模式drun (应用启动器), run (命令运行)
mode=drun
# 界面是否显示图片(图标)
allow_images=true
# 搜索是否不区分大小写
insensitive=true
# 启动时不保留之前的搜索词
prompt=Search...
# 窗口宽度和高度
width=500
height=300
# 窗口位置 (center, top_left, bottom_right 等)
location=center
# 单击是否直接执行(默认双击)
# gtk-launch=true
# 隐藏滚动条(更美观)
no_actions=true
# 匹配算法 (contains, fuzzy)
matching=fuzzy