initial config

This commit is contained in:
matiss
2026-04-20 15:08:47 +00:00
commit 8f4daf76b8
27 changed files with 1458 additions and 0 deletions

39
config/walker/config.toml Normal file
View File

@@ -0,0 +1,39 @@
# ══════════════════════════════════════════
# 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"]