quick_search/packaging/quicksearch.desktop
Jeremy Karst fe832109d7
Some checks failed
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
CI / linux (push) Has been cancelled
Added system-wide shortcut to launch app and search even while not running on both Windows and Linux.
2026-09-04 21:49:51 -04:00

27 lines
973 B
Desktop File

[Desktop Entry]
Type=Application
Version=1.0
Name=QuickSearch
GenericName=File Search
Comment=Fast full-text search across your files
Exec=quicksearch
TryExec=quicksearch
Icon=quicksearch
Terminal=false
# One main category only (Utility), so the app shows up exactly once in the
# menu; Filesystem is the additional category that describes what it does.
Categories=Utility;Filesystem;
Keywords=search;find;index;full-text;files;content;
StartupNotify=true
# Matches ViewportBuilder::with_app_id("quicksearch") in the GUI, which becomes
# the Wayland app id and the X11 WM_CLASS. Without the match the desktop shows a
# generic window icon.
StartupWMClass=quicksearch
# The target for a system-wide search shortcut. A desktop entry cannot claim
# a key for itself, so this is what the user binds in their desktop's own
# keyboard settings; desktops that show entry actions also offer it as one.
Actions=Search;
[Desktop Action Search]
Name=Search
Exec=quicksearch --toggle