mirror of
https://github.com/AlexMacocian/quick-visor.git
synced 2026-07-15 15:09:32 +00:00
4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
# Toggle the quick-visor overlay from a compositor keybinding.
|
|
exec quickshell ipc -p /usr/share/quick-visor/shell.qml call quick-visor toggle
|