Volt LogoVolt

Configuration

Customize Volt's settings, themes, indexing, and behavior

Configuration

Make Volt yours

Open Settings with Ctrl+, (Windows/Linux) or Cmd+, (macOS), or type settings in Volt.

Settings Overview

Volt's settings are organized into sections:

SectionWhat you configure
GeneralStartup, max results, close-on-launch behavior
AppearanceTheme, transparency, window position
HotkeysGlobal activation hotkey, settings shortcut
IndexingIndexed folders, excluded paths, file extensions
PluginsEnable/disable built-in plugins, clipboard monitoring
ShortcutsCustom app shortcuts and quicklinks
IntegrationsGitHub token, Notion API key (for extensions)

General Settings

Start with System

Enable auto-start to launch Volt when your OS starts. Volt starts minimized in the system tray.

Max Results

Control how many results appear in the search list. Default: depends on your screen size.

Close on Launch

When enabled, Volt hides automatically after you launch an app or execute a command. Enabled by default.

Appearance

Theme

Default theme. Optimized for low-light environments with a sleek dark interface.

Light theme for bright environments.

Follows your system preference. Switches automatically between dark and light based on your OS settings.

Themes use CSS variables with an HSL color system. The primary accent color is #8585e0.

Transparency

Volt supports glassmorphism — a transparent, blurred window effect:

  • Adjust window opacity from fully opaque to semi-transparent
  • The transparent window is always-on-top and skips the taskbar
  • Works best on Windows 11 and macOS with blur effects

Window Position

Control where Volt appears when activated:

OptionBehavior
Center (default)Centered on the active monitor
Follow cursorAppears near your mouse cursor
Primary monitorAlways on the primary display
Custom positionFixed coordinates (x, y)

Volt supports multi-monitor setups — it can follow your cursor or focus to the correct screen.

Window Size

Default window: 800 x 550px. Expands to 1100px wide when the preview panel is open.

Hotkeys

Global Activation

PlatformDefault
Windows/LinuxCtrl + Space
macOSCmd + Space

Change the hotkey in Settings → Hotkeys. The hotkey is registered system-wide using tauri-plugin-global-shortcut.

Other Hotkeys

ShortcutAction
Ctrl/Cmd + ,Open Settings

Indexing

Configure which files Volt indexes for search.

Indexed Folders

Add or remove directories that Volt scans. Defaults: Desktop, Documents, Downloads.

Excluded Paths

Paths to skip during indexing:

node_modules
.git
dist
build
__pycache__

File Extensions

Control which file types are indexed. Common defaults include .pdf, .docx, .xlsx, .ts, .js, .py, .md, and more.

Search Sensitivity

Adjust the fuzzy matching threshold:

LevelBehavior
LowMore results, looser matching
Medium (default)Balanced precision and recall
HighFewer results, stricter matching

Plugins

Toggle built-in plugins on or off:

  • Calculator
  • Emoji Picker
  • Web Search
  • Timer
  • System Commands
  • System Monitor
  • Game Scanner
  • Clipboard Manager
  • Snippets
  • Quicklinks

Clipboard Monitoring

When enabled, Volt tracks clipboard changes in the background for the clipboard history feature. Can be disabled for privacy.

Settings Storage

Settings are stored as JSON in your platform's app data directory:

%APPDATA%\volt\settings.json
~/Library/Application Support/volt/settings.json
~/.config/volt/settings.json

Other Data Files

FilePurpose
settings.jsonUser preferences
launch_history.jsonApp launch records + frecency
snippets.jsonText expansion snippets
quicklinks.jsonCustom shortcuts
file_history.jsonFile access history
file_index.dbSQLite file index
logs/volt.logRolling daily log files

Extensions Management

Manage community extensions in Settings → Extensions:

  • Install from the Extension Store or a ZIP file
  • Link Dev Extension for local development
  • Enable/Disable individual extensions
  • Uninstall extensions you no longer need
  • Grant permissions (clipboard, network, filesystem, etc.)

See Extension Development for creating your own.

Next Steps

On this page