mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-05 21:41:42 +01:00
Added noctalia-cli wrapper for portable noctalia management
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
printf -v safe_args '%q ' "$@"
|
||||
|
||||
if command -v qs >/dev/null 2>&1; then
|
||||
exec qs -c "noctalia-shell $safe_args"
|
||||
else
|
||||
exec noctalia-shell "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user