5 lines
223 B
Bash
Executable File
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 "$@"
|