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 =