mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-07-02 11:04:47 +01:00
@@ -8,10 +8,10 @@ if command -v qs >/dev/null 2>&1; then
|
||||
if [[ $# -gt 0 ]]; then
|
||||
printf -v safe_args '%q ' "$@"
|
||||
safe_args="${safe_args% }"
|
||||
exec qs -c "noctalia $safe_args"
|
||||
exec qs -c "noctalia-shell $safe_args"
|
||||
else
|
||||
exec qs -c "noctalia"
|
||||
exec qs -c "noctalia-shell"
|
||||
fi
|
||||
else
|
||||
exec noctalia "$@"
|
||||
exec noctalia-shell "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user