Files
Nixos-Config/config/walker/config.toml
2026-04-20 15:08:47 +00:00

40 lines
1005 B
TOML

# ══════════════════════════════════════════
# WALKER CONFIGURATION
# ══════════════════════════════════════════
# Wayland-native application launcher for Hyprland.
# Activated with Super+Space.
# ══════════════════════════════════════════
[search]
placeholder = "Search..."
delay = 0
[ui]
fullscreen = false
ignore_exclusive = false
show_initial_entries = true
[ui.anchors]
top = true
bottom = false
left = true
right = true
# Gruvbox theme
[theme.ui.window]
box.margin_top = 200
box.margin_bottom = 200
box.margin_start = 300
box.margin_end = 300
# Modules — which sources to search
[modules]
applications.weight = 1
runner.weight = 5
websearch.weight = 10
# Web search via DuckDuckGo
[modules.websearch]
prefix = "?"
engines = ["duckduckgo"]