diff --git a/.install/hidpi.sh b/.install/hidpi.sh index b8e07c1..510035a 100755 --- a/.install/hidpi.sh +++ b/.install/hidpi.sh @@ -16,6 +16,6 @@ if gum confirm "$hidpiconfirm"; then echo -e '# -----------------------------------------------------' >> ~/dotfiles-versions/$version/hypr/hyprland.conf echo -e 'source = ~/dotfiles/hypr/conf/hidpi.conf' >> ~/dotfiles-versions/$version/hypr/hyprland.conf sed -i -E 's/1/2/' ~/dotfiles-versions/$version/hypr/conf/monitors/default.conf - sed -i -E 's/24/32/' ~/dotfiles-versions/$version/hypr/conf/cursor.conf + #sed -i -E 's/24/32/' ~/dotfiles-versions/$version/hypr/conf/cursor.conf echo ":: finished hidpi patch." fi