mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
removed useless options in wofi
Same as last commit, you probably did it on purpose to allow easier modification later on. Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com>
This commit is contained in:
@@ -24,25 +24,13 @@ in {
|
|||||||
show = "drun";
|
show = "drun";
|
||||||
prompt = "Apps";
|
prompt = "Apps";
|
||||||
normal_window = true;
|
normal_window = true;
|
||||||
layer = "top";
|
height = 325;
|
||||||
height = "325px";
|
|
||||||
orientation = "vertical";
|
|
||||||
halign = "fill";
|
|
||||||
line_wrap = "off";
|
|
||||||
dynamic_lines = false;
|
|
||||||
allow_images = true;
|
allow_images = true;
|
||||||
image_size = 24;
|
image_size = 24;
|
||||||
exec_search = false;
|
|
||||||
hide_search = false;
|
|
||||||
parse_search = false;
|
|
||||||
insensitive = true;
|
insensitive = true;
|
||||||
hide_scroll = true;
|
hide_scroll = true;
|
||||||
no_actions = true;
|
no_actions = true;
|
||||||
sort_order = "default";
|
|
||||||
gtk_dark = true;
|
gtk_dark = true;
|
||||||
filter_rate = 100;
|
|
||||||
key_expand = "Tab";
|
|
||||||
key_exit = "Escape";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
style =
|
style =
|
||||||
|
|||||||
Reference in New Issue
Block a user