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]
|
[menu]
|
||||||
executable = 'fuzzel'
|
executable = 'wofi'
|
||||||
args = [
|
args = [
|
||||||
'--dmenu',
|
'--show=dmenu',
|
||||||
'-p','{prompt}',
|
'--allow-markup',
|
||||||
'-font','Noto Sans 11'
|
'--allow-images',
|
||||||
|
'--insensitive',
|
||||||
|
'--cache-file=/dev/null',
|
||||||
|
'--parse-search',
|
||||||
|
'--height=40%',
|
||||||
|
'--prompt={prompt}',
|
||||||
]
|
]
|
||||||
|
|
||||||
[format]
|
[format]
|
||||||
|
|
Loading…
Add table
Reference in a new issue