#!/bin/sh
# Launches the omni-launcher quickshell instance. Run once at session start
# (e.g. from Hyprland's exec-once). Use `omni-launcher-toggle` to show it.
exec quickshell -n -p /usr/share/omni-launcher/shell.qml "$@"
