fix bug: missing fi

This commit is contained in:
wyj
2024-03-28 20:46:48 -04:00
parent 943cb53c93
commit 671a47f09e
+1
View File
@@ -15,4 +15,5 @@ if [! -d ~/dotfiles ]; then
echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf
sed -E 's/1/2' hypr/conf/monitors/default.conf sed -E 's/1/2' hypr/conf/monitors/default.conf
fi fi
fi