mirror of
https://github.com/AlexMacocian/quick-visor.git
synced 2026-07-15 15:09:32 +00:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
# Launches the quick-visor display layout window.
|
|
exec quickshell -n -p /usr/share/quickshell/quick-visor/shell.qml "$@"
|