diff --git a/dot_config/river/executable_init.tmpl b/dot_config/river/executable_init.tmpl index 52f69e3..11fb636 100644 --- a/dot_config/river/executable_init.tmpl +++ b/dot_config/river/executable_init.tmpl @@ -10,7 +10,7 @@ riverctl map normal Super Space spawn fuzzel riverctl map normal Super End spawn 'wleave -p layer-shell' # Screenshot entire display to clipboard -riverctl map normal Super Print spawn 'grim -t png - | wl-copy -t image/png' +riverctl map normal Control Print spawn 'grim -t png - | wl-copy -t image/png' # Screenshot entire display and save to file riverctl map normal Super+Control Print spawn 'grim -t png ~/Pictures/screenshot-$(date +%Y-%m-%d_%T).png' @@ -19,7 +19,7 @@ riverctl map normal Super+Control Print spawn 'grim -t png ~/Pictures/screenshot riverctl map normal Alt Print spawn 'grim -t png -g "$(slurp -d)" - | wl-copy -t image/png' # Screenshot selection and save to file -riverctl map normal Super+Alt Print spawn 'grim -t png ~/Pictures/screenshot-$(date +%Y-%m-%d_%T).png' +riverctl map normal Super+Alt Print spawn 'grim -t png -g "$(slurp -d)" ~/Pictures/screenshot-$(date +%Y-%m-%d_%T).png' # Close the focused view riverctl map normal Super Q close