From b07a195cccc21387e4f82b81e9172fc7a1519bb7 Mon Sep 17 00:00:00 2001 From: Jorge Vasquez Date: Thu, 14 Sep 2017 21:26:17 -0700 Subject: [PATCH] added screenshot scripts to bind to my xfce4 shortcuts --- bash/grab_screen.sh | 2 ++ bash/grab_window.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 bash/grab_screen.sh create mode 100755 bash/grab_window.sh diff --git a/bash/grab_screen.sh b/bash/grab_screen.sh new file mode 100755 index 0000000..dc3d2ba --- /dev/null +++ b/bash/grab_screen.sh @@ -0,0 +1,2 @@ +#requires scrot +scrot '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/Pictures/' diff --git a/bash/grab_window.sh b/bash/grab_window.sh new file mode 100755 index 0000000..669d2d4 --- /dev/null +++ b/bash/grab_window.sh @@ -0,0 +1,2 @@ +#requires scrot +scrot '%Y-%m-%d_$wx$h_scrot.png' -u -e 'mv $f ~/Pictures/'