diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-28 09:58:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-28 09:58:17 +0200 |
commit | 0421c1f83de510d447cfc9376e0d6ed818f8f74d (patch) | |
tree | 27814e3097a5086f1a7f48eff529b60df0c23ea9 /shellrc.d-desktop/xorg | |
parent | c4fd9f7dac80b1bcd32d7dff39b0bbc9182002fa (diff) | |
download | shellrc-0421c1f83de510d447cfc9376e0d6ed818f8f74d.tar.gz shellrc-0421c1f83de510d447cfc9376e0d6ed818f8f74d.tar.bz2 shellrc-0421c1f83de510d447cfc9376e0d6ed818f8f74d.zip |
Drop xshot and xshot-screen as those are not separate script
Diffstat (limited to 'shellrc.d-desktop/xorg')
-rw-r--r-- | shellrc.d-desktop/xorg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shellrc.d-desktop/xorg b/shellrc.d-desktop/xorg index be9ef69..1a03b16 100644 --- a/shellrc.d-desktop/xorg +++ b/shellrc.d-desktop/xorg @@ -24,11 +24,3 @@ gitmclip() { [ -n "$1" ] && local CMT="$1" || local CMT=HEAD git log --format=%B -n 1 "$CMT" | clip } - -# Make screenshot -xshot() { - import ~/xshot_$(date +%F_%H%M%S_%N).png -} -xshot-screen() { - import -screen ~/xshot_$(date +%F_%H%M%S_%N).png -} |