Version 0.1
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/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 "$@"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Toggle the launcher overlay. Bind to a key in your compositor (e.g. SUPER).
|
||||
exec quickshell ipc -p /usr/share/omni-launcher/shell.qml call launcher toggle
|
||||
Reference in New Issue
Block a user