From 8828e93f782d675f8ebb9ebcd4823d39029d4244 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 26 May 2024 01:26:57 -0400 Subject: [PATCH 1/3] 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 From 20643e9048120f7820afd417e7243735277ad903 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 26 May 2024 01:30:03 -0400 Subject: [PATCH 2/3] update: change default animation --- hypr/conf/animation.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/conf/animation.conf b/hypr/conf/animation.conf index 68c1127..3259ada 100644 --- a/hypr/conf/animation.conf +++ b/hypr/conf/animation.conf @@ -1 +1 @@ -source = ~/dotfiles/hypr/conf/animations/animation-moving.conf +source = ~/dotfiles/hypr/conf/animations/animations-high.conf From d01229183c83477c6a5eaf19628d8396fd333aab Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 26 May 2024 01:44:50 -0400 Subject: [PATCH 3/3] fix: kitty-dropterm --- waybar/themes/ml4w-blur-custom/modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index 16777e6..4d1640b 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -36,7 +36,7 @@ "on-click-middle": "close", "ignore-list": [ "Alacritty", - "alacritty-dropterm" + "kitty-dropterm" ], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition"