diff options
| author | Mineralwater Xu <[email protected]> | 2025-09-07 16:52:25 +0900 |
|---|---|---|
| committer | Mineralwater Xu <[email protected]> | 2025-09-07 16:52:25 +0900 |
| commit | 0ba0c370278113ff09f7e807992e68af5a41cb77 (patch) | |
| tree | f842912354fcaf5c36fc8260ec2fac290ac8ab91 /config.h | |
| parent | 9877a83da36aa41bb4e19c63daae10f6072e8541 (diff) | |
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[] = { "QT_ENABLE_HIGHDPI_SCALING=0", "/home/mineralwater/scripts/screenshot.sh", NULL }; +static const char *screenshotcmd[] = { "flameshot-fixed", NULL }; static Key keys[] = { |
