From 5baedd01c1d51595b8d98232d98fe7dde7999ae2 Mon Sep 17 00:00:00 2001 From: Mineralwater Xu Date: Sun, 31 Aug 2025 17:48:04 +0900 Subject: fix HDPI issue for flameshot v2 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 728e4b8..b735b1d 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[] = { "QT_ENABLE_HIGHDPI_SCALING=0", "flameshot", "gui", NULL }; +static const char *screenshotcmd[] = { "/home/mineralwater/scripts/screenshot.sh", NULL }; static Key keys[] = { -- cgit v1.2.1