From a5405add158fa0dcf84e9ebca6af13e0b0878d95 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 13 Jun 2025 10:06:51 +0200 Subject: [PATCH] updated walker --- desktopenvs/hyprland/walker/config.toml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/desktopenvs/hyprland/walker/config.toml b/desktopenvs/hyprland/walker/config.toml index 39258b0..137784d 100644 --- a/desktopenvs/hyprland/walker/config.toml +++ b/desktopenvs/hyprland/walker/config.toml @@ -78,7 +78,7 @@ weight = 5 placeholder = "Bookmarks" name = "bookmarks" icon = "bookmark" -switcher_only = true +switcher_only = false [[builtins.bookmarks.entries]] label = "Walker" @@ -91,14 +91,14 @@ weight = 5 placeholder = "Screen/Window Picker" show_sub_when_single = true name = "xdphpicker" -switcher_only = true +switcher_only = false [builtins.ai] weight = 5 placeholder = "AI" name = "ai" icon = "help-browser" -switcher_only = true +switcher_only = false show_sub_when_single = true [[builtins.ai.anthropic.prompts]] @@ -132,12 +132,12 @@ avoid_line_breaks = true placeholder = "Clipboard" image_height = 300 max_entries = 10 -switcher_only = true +switcher_only = false [builtins.commands] weight = 5 icon = "utilities-terminal" -switcher_only = true +switcher_only = false name = "commands" placeholder = "Commands" @@ -152,7 +152,7 @@ exec = "wl-copy" weight = 5 name = "emojis" placeholder = "Emojis" -switcher_only = true +switcher_only = false history = true typeahead = true show_unqualified = false @@ -162,7 +162,7 @@ after_copy = "" weight = 5 name = "symbols" placeholder = "Symbols" -switcher_only = true +switcher_only = false history = true typeahead = true @@ -197,7 +197,7 @@ weight = 5 icon = "preferences-system-network" name = "ssh" placeholder = "SSH" -switcher_only = true +switcher_only = false history = true refresh = true @@ -217,7 +217,7 @@ placeholder = "Websearch" [[builtins.websearch.entries]] name = "DuckDuckGo" url = "https://duckduckgo.com/?q=%TERM%" -switcher_only = true +switcher_only = false [[builtins.websearch.entries]] name = "Google" @@ -226,19 +226,19 @@ url = "https://www.google.com/search?q=%TERM%" [[builtins.websearch.entries]] name = "Ecosia" url = "https://www.ecosia.org/search?q=%TERM%" -switcher_only = true +switcher_only = false [[builtins.websearch.entries]] name = "Yandex" url = "https://yandex.com/search/?text=%TERM%" -switcher_only = true +switcher_only = false [builtins.dmenu] hidden = true weight = 5 name = "dmenu" placeholder = "Dmenu" -switcher_only = true +switcher_only = false show_icon_when_single = true [builtins.translation] @@ -247,5 +247,5 @@ weight = 5 name = "translation" icon = "accessories-dictionary" placeholder = "Translation" -switcher_only = true +switcher_only = false provider = "googlefree"