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} printf "\n%.0s" {1..2}
# confirm if wanted to set as default # 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 if [[ "$thundefault" == [Yy] ]]; then
xdg-mime default thunar.desktop inode/directory xdg-mime default thunar.desktop inode/directory

View File

@@ -37,9 +37,6 @@ blacklist_nouveau="Y"
# Ask the user if they want to use Thunar as the default file manager # Ask the user if they want to use Thunar as the default file manager
# Do you want to set Thunar as the default file manager? (y/n): " # Do you want to set Thunar as the default file manager? (y/n): "
thundefault="Y" thundefault="Y"
### XDG-desktop-portal-KDE & GNOME (if installed) should be manually disabled or removed! Script cant remove nor disable it.
### Would you like to try to remove other XDG-Desktop-Portal-Implementations? (y/n)
XDPH1="Y"
### OPTIONAL - Would you like to install SDDM themes? (y/n) ### OPTIONAL - Would you like to install SDDM themes? (y/n)
install_sddm_theme="Y" install_sddm_theme="Y"
### " This script will add your user to the 'input' group." ### " This script will add your user to the 'input' group."