From 259073e10ff5d3a8af6cdee593770259193caea3 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 28 Mar 2024 02:25:56 -0400 Subject: [PATCH] fix bug: missing fi --- .install/hidpi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/hidpi.sh b/.install/hidpi.sh index f52a17f..dd98bc3 100644 --- a/.install/hidpi.sh +++ b/.install/hidpi.sh @@ -14,5 +14,6 @@ if [! -d ~/dotfiles ]; then sed -E '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 -E 's/1/2' hypr/conf/monitors/default.conf + fi fi