Switch Swayr to using Wofi

This commit is contained in:
Aleksey Samoilov 2023-05-19 16:08:31 +04:00
parent 6452754d0d
commit f2e39cbd30

View file

@ -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]