Skip to content

Commit

Permalink
prevent double print screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldsteinE committed Aug 6, 2024
1 parent 9bbedb5 commit 86d0432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/desktop/wayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
| wl-copy --type image/png
'';
in
"exec ${printScreen}";
# Prevent double-start.
"exec systemd-run --user --scope --unit printscr ${printScreen}";
"shift+Print" = "exec grim - | wl-copy --type image/png";
"XF86AudioMicMute" = "exec pamixer --default-source --toggle-mute";
# notification control
Expand Down

0 comments on commit 86d0432

Please sign in to comment.