Update preset.sh

Changed some preset settings in case Users accidentally choose Y in using preset with even reviewing it
This commit is contained in:
Ja.KooLit 2024-01-05 22:24:52 +09:00 committed by GitHub
parent fc31b99d98
commit 6066051354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@ sddm="Y"
###-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)
xdph="Y"
###-Install zsh, oh-my-zsh & (Optional) pokemon-colorscripts?
zsh="N"
zsh="Y"
###-Installing in a Asus ROG Laptops?
rog="N"
###-Do you want to download pre-configured Hyprland dotfiles?
dots="N"
dots="Y"
### Would you like to blacklist nouveau? (y/n)
blacklist_nouveau="Y"
@ -37,4 +37,4 @@ install_sddm_theme="Y"
### " Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality."
input_group_choid="Y"
### OPTIONAL - Do you want to add Pokemon color scripts? (y/n):
pokemon_choice="N"
pokemon_choice="Y"