This commit is contained in:
committer@tuxwarrior
2026-02-26 14:43:38 -05:00
parent 174f21323e
commit eff774ec00

View File

@@ -86,7 +86,7 @@ execute_script() {
shopt -s extglob
if [ $operation == "d" ] || [ $operation == "dots" ] ; then
if [ ${parameter_1} == "h" ] || [ ${parameter_1} == "hypr" ] ; then
if [[ ${parameter_1} == "h" ]] || [[ ${parameter_1} == "hypr" ]] ; then
parameter_1=hyprland
fi