From 853a01da775fb72cd7e27e8feb879e2d21f36a67 Mon Sep 17 00:00:00 2001 From: Mineralwater Xu Date: Sun, 31 Aug 2025 17:11:19 +0900 Subject: fix HDPI issue for flameshot --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5ad9b1a..728e4b8 100644 --- a/config.h +++ b/config.h @@ -99,7 +99,7 @@ static const char *upvol[] = { "/home/mineralwater/scripts/vol-up.sh", NULL }; static const char *downvol[] = { "/home/mineralwater/scripts/vol-down.sh", NULL }; static const char *mutevol[] = { "/home/mineralwater/scripts/vol-toggle.sh", NULL }; -static const char *screenshotcmd[] = { "flameshot", "gui", NULL }; +static const char *screenshotcmd[] = { "QT_ENABLE_HIGHDPI_SCALING=0", "flameshot", "gui", NULL }; static Key keys[] = { -- cgit v1.2.1