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