From 97ff9eb09ef98c0f250905158e350ceffa141c96 Mon Sep 17 00:00:00 2001 From: Purin <118902463+Dylouwu@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:01:11 +0200 Subject: [PATCH] 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> --- home/system/wofi/default.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/home/system/wofi/default.nix b/home/system/wofi/default.nix index 341e1cd..f2d35f9 100644 --- a/home/system/wofi/default.nix +++ b/home/system/wofi/default.nix @@ -24,25 +24,13 @@ in { show = "drun"; prompt = "Apps"; normal_window = true; - layer = "top"; - height = "325px"; - orientation = "vertical"; - halign = "fill"; - line_wrap = "off"; - dynamic_lines = false; + height = 325; allow_images = true; image_size = 24; - exec_search = false; - hide_search = false; - parse_search = false; insensitive = true; hide_scroll = true; no_actions = true; - sort_order = "default"; gtk_dark = true; - filter_rate = 100; - key_expand = "Tab"; - key_exit = "Escape"; }; style =