feat: use flameshot for screenshotting (twice as fast for fullscreen)

This commit is contained in:
oddlama 2023-10-16 02:10:32 +02:00
parent 667fa26f14
commit d081e70d78
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 43 additions and 16 deletions

View file

@ -90,7 +90,8 @@ in {
"b" = "exec firefox"; # TODO ; exec signal-desktop; exec discord
"Shift+s" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-area}";
"F11" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-area-scan-qr}";
"F12" = "exec --no-startup-id ${getExe pkgs.scripts.screenshot-screen}";
# Exlicitly without --no-startup-id to show the spinner
"F12" = "exec ${getExe pkgs.scripts.screenshot-screen}";
"Print" = "exec --no-startup-id env QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCREEN_SCALE_FACTORS='' ${getExe pkgs.flameshot} gui";
"Shift+r" = "reload";