summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMineralwater Xu <[email protected]>2025-08-31 17:11:19 +0900
committerMineralwater Xu <[email protected]>2025-08-31 17:11:19 +0900
commit853a01da775fb72cd7e27e8feb879e2d21f36a67 (patch)
treee6d26cff4af64d1ceb3249a9f68637405738c12d /config.h
parentca2456453dcbdd3ab75a8e36f02ab0538cdd0ab6 (diff)
fix HDPI issue for flameshot
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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[] = {