From 8828e93f782d675f8ebb9ebcd4823d39029d4244 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 26 May 2024 01:26:57 -0400 Subject: [PATCH] update: add an empty line in custum.conf --- .install/hidpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/hidpi.sh b/.install/hidpi.sh index b7638ec..8aa5546 100755 --- a/.install/hidpi.sh +++ b/.install/hidpi.sh @@ -11,7 +11,7 @@ hidpiconfirm="Do you want 2x hidpi scale?" if gum confirm "$hidpiconfirm"; then sed -i -E 's/size = [0-9]+(\.[0-9]+)?/size = 16/' ~/dotfiles-versions/$version/alacritty/alacritty.toml sed -i -E 's/[0-9]+(\.[0-9]+)?/16/' ~/dotfiles-versions/$version/.settings/rofi-font.rasi - echo -e '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> ~/dotfiles-versions/$version/hypr/conf/custom.conf + echo -e '\n\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> ~/dotfiles-versions/$version/hypr/conf/custom.conf sed -i -E 's/1/2/' ~/dotfiles-versions/$version/hypr/conf/monitors/default.conf echo ":: finished hidpi patch." fi