1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Don't run grim multiple times

This commit is contained in:
RGBCube 2023-12-09 16:38:40 +03:00
parent fd28004c75
commit ab32a26f03
No known key found for this signature in database

View file

@ -107,8 +107,8 @@
bind = SUPER, SPACE, exec, pkill fuzzel; fuzzel
bind = SUPER, V , exec, pkill fuzzel; cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
bind = , PRINT, exec, grim -g "$(slurp -w 0)" - | swappy -f - -o - | wl-copy --type image/png
bind = ALT, PRINT, exec, grim - | swappy -f - -o - | wl-copy --type image/png
bind = , PRINT, exec, pkill grim; grim -g "$(slurp -w 0)" - | swappy -f - -o - | wl-copy --type image/png
bind = ALT, PRINT, exec, pkill grim; grim - | swappy -f - -o - | wl-copy --type image/png
''
+
''