Enable exec_search in wofi

This commit is contained in:
outfoxxed 2023-06-25 18:58:54 -07:00
parent ed94a77219
commit 91339cb16b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -5,13 +5,13 @@
settings = { settings = {
mode = "drun"; mode = "drun";
style = "${impurity.link ./style.css}"; style = "${impurity.link ./style.css}";
term = "alacritty";
prompt = ""; prompt = "";
insensitive = true; insensitive = true;
allowImages = true; allowImages = true;
hideScroll = true; hideScroll = true;
noActions = true; noActions = true;
exec_search = true;
width = 500; width = 500;
height = 450; height = 450;