aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-18 12:41:32 -0400
committertdro <tdro@users.noreply.github.com>2019-06-18 12:41:32 -0400
commit0863616e18ff13d579a745321b2ee4f5b4c63f1e (patch)
tree76751590adf81794741fd0156af39975d86c5756 /.config/awesome
parent32c88223315a56e181506a60636ca97df7ff6b87 (diff)
downloaddotfiles-0863616e18ff13d579a745321b2ee4f5b4c63f1e.tar.gz
dotfiles-0863616e18ff13d579a745321b2ee4f5b4c63f1e.tar.bz2
dotfiles-0863616e18ff13d579a745321b2ee4f5b4c63f1e.zip
.config/awesome/scripts/snipping-tool: Use dash shell
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/snipping-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/scripts/snipping-tool b/.config/awesome/scripts/snipping-tool
index 7281754..02e8a71 100755
--- a/.config/awesome/scripts/snipping-tool
+++ b/.config/awesome/scripts/snipping-tool
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
-escrotum -s '~/Pictures/screenshots/$wx$h_%d-%m-%Y_%H_%M_%S.png';
+escrotum -s $HOME/Pictures/screenshots/$wx$h_%d-%m-%Y_%H_%M_%S.png;
notify-send 'Screenshot . . .';
#sleep 0.13