From 0ba0c370278113ff09f7e807992e68af5a41cb77 Mon Sep 17 00:00:00 2001 From: Mineralwater Xu Date: Sun, 7 Sep 2025 16:52:25 +0900 Subject: fix HDPI issue for flameshot v4 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index f1b51ee..956f764 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", "/home/mineralwater/scripts/screenshot.sh", NULL }; +static const char *screenshotcmd[] = { "flameshot-fixed", NULL }; static Key keys[] = { -- cgit v1.2.1