Enable exec_search in wofi
This commit is contained in:
parent
ed94a77219
commit
91339cb16b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue