diff options
| author | Mineralwater Xu <[email protected]> | 2025-08-31 18:29:02 +0900 |
|---|---|---|
| committer | Mineralwater Xu <[email protected]> | 2025-08-31 18:29:02 +0900 |
| commit | 9877a83da36aa41bb4e19c63daae10f6072e8541 (patch) | |
| tree | 6a3565f7ec226448e6956f2d398c42fba140b368 /config.h | |
| parent | 5baedd01c1d51595b8d98232d98fe7dde7999ae2 (diff) | |
fix HDPI issue for flameshot v3
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { "/home/mineralwater/scripts/screenshot.sh", NULL }; +static const char *screenshotcmd[] = { "QT_ENABLE_HIGHDPI_SCALING=0", "/home/mineralwater/scripts/screenshot.sh", NULL }; static Key keys[] = { |
