diff --git a/dotfiles/.Xresources b/dotfiles/.Xresources index 805a3085..46c195c3 100644 --- a/dotfiles/.Xresources +++ b/dotfiles/.Xresources @@ -1,3 +1,3 @@ -Xft.dpi: 192 # 200% Scale -# Xft.dpi: 160 # 166% Scale +# Xft.dpi: 192 # 200% Scale +Xft.dpi: 160 # 166% Scale # Xft.dpi: 96 # Default diff --git a/install.sh b/install.sh index 2f8d85fb..fd2e691d 100755 --- a/install.sh +++ b/install.sh @@ -431,7 +431,7 @@ fi # Main menu items if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles - sudo nala install htop fzf tmux git vim wget + sudo nala install htop fzf tmux git vim wget curl # Clone repo if needed if [ $(pwd) != "$HOME/dotfiles" ]; then