feat:added app-launcher config
This commit is contained in:
parent
345c9373f6
commit
23075b32ce
45
app-launcher/config.toml
Normal file
45
app-launcher/config.toml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
toggle_hotkey = "ALT+SPACE"
|
||||||
|
clipboard_hotkey = "SUPER+ALT+CTRL+C"
|
||||||
|
event_duration = 60
|
||||||
|
main_page = "blank"
|
||||||
|
start_at_login = true
|
||||||
|
placeholder = "Time to be productive!"
|
||||||
|
search_url = "https://search.16dandichop.stream/search?q=%s"
|
||||||
|
haptic_feedback = false
|
||||||
|
cbhist = true
|
||||||
|
show_trayicon = true
|
||||||
|
shells = []
|
||||||
|
search_dirs = ["~"]
|
||||||
|
log_path = "/tmp/rustcast.log"
|
||||||
|
debounce_delay = 300
|
||||||
|
auto_update = true
|
||||||
|
|
||||||
|
[buffer_rules]
|
||||||
|
clear_on_hide = true
|
||||||
|
clear_on_enter = true
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
text_color = [
|
||||||
|
0.95,
|
||||||
|
0.95,
|
||||||
|
0.96,
|
||||||
|
]
|
||||||
|
background_color = [
|
||||||
|
0.0,
|
||||||
|
0.2,
|
||||||
|
0.09,
|
||||||
|
]
|
||||||
|
blur = false
|
||||||
|
show_icons = true
|
||||||
|
show_scroll_bar = false
|
||||||
|
|
||||||
|
[modes]
|
||||||
|
watch-anime = "~/.config/rustcast/scripts/watch-anime.sh"
|
||||||
|
ssh-server = "~/.config/rustcast/scripts/ssh-server.sh"
|
||||||
|
|
||||||
|
[aliases]
|
||||||
|
dck = "Docker Desktop"
|
||||||
|
zed = "Zed"
|
||||||
|
wz = "WezTerm"
|
||||||
|
wfox = "Waterfox"
|
||||||
|
saf = "Safari"
|
||||||
Loading…
x
Reference in New Issue
Block a user