From 6066051354366d6ed9729a8523ef2d633ef43520 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 5 Jan 2024 22:24:52 +0900 Subject: [PATCH] Update preset.sh Changed some preset settings in case Users accidentally choose Y in using preset with even reviewing it --- preset.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preset.sh b/preset.sh index 43a53a1..ced849d 100644 --- a/preset.sh +++ b/preset.sh @@ -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"