Misc fixes

This commit is contained in:
2024-06-07 11:11:30 +01:00
parent 99a1ad8f34
commit bb3286471e
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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