initial config
This commit is contained in:
39
config/walker/config.toml
Normal file
39
config/walker/config.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user