Files
omni-launcher/bin/omni-launcher
T
Radu Macocian 170a320564 Version 0.1
2026-06-04 15:31:17 +02:00

5 lines
223 B
Bash
Executable File

#!/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 "$@"