diff --git a/app-launcher/config.toml b/app-launcher/config.toml new file mode 100644 index 0000000..733b824 --- /dev/null +++ b/app-launcher/config.toml @@ -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"