aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d-desktop
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-28 09:58:17 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-28 09:58:17 +0200
commit0421c1f83de510d447cfc9376e0d6ed818f8f74d (patch)
tree27814e3097a5086f1a7f48eff529b60df0c23ea9 /shellrc.d-desktop
parentc4fd9f7dac80b1bcd32d7dff39b0bbc9182002fa (diff)
downloadshellrc-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')
-rw-r--r--shellrc.d-desktop/xorg8
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
-}