summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwater Xu <[email protected]>2025-09-07 16:52:25 +0900
committerMineralwater Xu <[email protected]>2025-09-07 16:52:25 +0900
commit0ba0c370278113ff09f7e807992e68af5a41cb77 (patch)
treef842912354fcaf5c36fc8260ec2fac290ac8ab91
parent9877a83da36aa41bb4e19c63daae10f6072e8541 (diff)
fix HDPI issue for flameshot v4HEADmaster
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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[] = {