From: Andre Ramnitz Date: Wed, 25 Jun 2025 21:07:15 +0000 (+0200) Subject: upgrayyedd: fix typo X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=18a9ae99598ed347cf5979afc3a9e734d9fb711b;p=dotfiles.git upgrayyedd: fix typo --- diff --git a/dot-config/plasma-workspace/scripts/openrgb.sh b/dot-config/plasma-workspace/scripts/openrgb.sh old mode 100644 new mode 100755 index 6f475ca4..a9963564 --- a/dot-config/plasma-workspace/scripts/openrgb.sh +++ b/dot-config/plasma-workspace/scripts/openrgb.sh @@ -1,5 +1,4 @@ #!/bin/sh -openrgb -p default > /dev/null 2>&1 & - +openrgb --noautoconnect --startminimized -p default > /dev/null 2>&1 & diff --git a/dot-local/bin/upgrayyedd b/dot-local/bin/upgrayyedd index cca107a5..ffc4f61f 100755 --- a/dot-local/bin/upgrayyedd +++ b/dot-local/bin/upgrayyedd @@ -34,7 +34,7 @@ case "$1" in exit 0 ;; clean) - $precmd /usr/bin/emerge -a --clean "${@:2}" + $precmd /usr/bin/emerge -a --depclean "${@:2}" exit 0 ;; kernel-gentoo)