Switch Swayr to using Wofi
This commit is contained in:
parent
6452754d0d
commit
f2e39cbd30
1 changed files with 9 additions and 4 deletions
|
@ -1,9 +1,14 @@
|
|||
[menu]
|
||||
executable = 'fuzzel'
|
||||
executable = 'wofi'
|
||||
args = [
|
||||
'--dmenu',
|
||||
'-p','{prompt}',
|
||||
'-font','Noto Sans 11'
|
||||
'--show=dmenu',
|
||||
'--allow-markup',
|
||||
'--allow-images',
|
||||
'--insensitive',
|
||||
'--cache-file=/dev/null',
|
||||
'--parse-search',
|
||||
'--height=40%',
|
||||
'--prompt={prompt}',
|
||||
]
|
||||
|
||||
[format]
|
||||
|
|
Loading…
Add table
Reference in a new issue