diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 20:07:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-20 20:07:40 -0300 |
commit | d6a4d78d31ffa57e00a7d5b0a87baa38156cee06 (patch) | |
tree | 7f82a426473bf31dab71ad1bade96beb00a55ab6 /screenshot | |
parent | 5e291961ed26165167165c4966f805bbf01de2b4 (diff) | |
download | scripts-d6a4d78d31ffa57e00a7d5b0a87baa38156cee06.tar.gz scripts-d6a4d78d31ffa57e00a7d5b0a87baa38156cee06.tar.bz2 |
Move some scripts to the utils-x11 repository
Diffstat (limited to 'screenshot')
-rwxr-xr-x | screenshot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/screenshot b/screenshot deleted file mode 100755 index 75a9895..0000000 --- a/screenshot +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# Wrapper around scrot - -# Workaround -# See https://bbs.archlinux.org/viewtopic.php?id=86507 -# https://groups.google.com/forum/#!msg/linux.debian.bugs.dist/_tmJIFYBfZo/F7x5WFEQCMsJ -if echo "$*" | grep -q -- '-s'; then - sleep 0.2 -fi - -# Take a screenshot -scrot '%Y-%m-%d-%H:%M:%S_$wx$h.png' -e 'mv $f ~/load/' $* |