first commit
This commit is contained in:
29
config
Normal file
29
config
Normal file
@@ -0,0 +1,29 @@
|
||||
# ~/.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
|
||||
Reference in New Issue
Block a user