getting tired

This commit is contained in:
JaKooLit
2025-02-03 01:41:40 +09:00
parent 872fd89261
commit e2fe39222c
2 changed files with 1 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ printf "${NOTE} Installing ${BLUE}Thunar${RESET} Packages...\n\n"
printf "\n%.0s" {1..2}
# confirm if wanted to set as default
read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thundefault
read -n1 -rep "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thundefault
if [[ "$thundefault" == [Yy] ]]; then
xdg-mime default thunar.desktop inode/directory