#!/bin/sh # takes a fullscreen screenshot and sends notification afterwards grim - | wl-copy && notify-send "grim" "screenshot copied to clipboard"