diff options
| author | Mineralwater Xu <[email protected]> | 2025-08-31 17:48:04 +0900 |
|---|---|---|
| committer | Mineralwater Xu <[email protected]> | 2025-08-31 17:48:04 +0900 |
| commit | 5baedd01c1d51595b8d98232d98fe7dde7999ae2 (patch) | |
| tree | 2a0879b540ee72912e93ef0404f125d3b2f48505 | |
| parent | 853a01da775fb72cd7e27e8feb879e2d21f36a67 (diff) | |
fix HDPI issue for flameshot v2
| -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[] = { "QT_ENABLE_HIGHDPI_SCALING=0", "flameshot", "gui", NULL }; +static const char *screenshotcmd[] = { "/home/mineralwater/scripts/screenshot.sh", NULL }; static Key keys[] = { |
