From e2d65b4c3ce98ec8e5541afd05093c3dbe13411f Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 28 Mar 2024 02:42:15 -0400 Subject: [PATCH] fix hidpi.sh --- .install/hidpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/hidpi.sh b/.install/hidpi.sh index d4fd94e..11639f0 100644 --- a/.install/hidpi.sh +++ b/.install/hidpi.sh @@ -12,5 +12,5 @@ if gum confirm "$hidpiconfirm"; then sed -i 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml sed -i 's/[0-9]+(\.[0-9]+)?/16/' .settings/rofi-font.rasi echo '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf - sed -i 's/1/2' hypr/conf/monitors/default.conf + sed -i 's/1/2/' hypr/conf/monitors/default.conf fi