4 lines
167 B
Bash
Executable File
4 lines
167 B
Bash
Executable File
#!/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
|