diff options
Diffstat (limited to 'shellrc.d-desktop')
-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 -} |