aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2016-05-24 14:41:26 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2016-05-24 14:41:26 +0200
commit1c3692c7858d8cda08ba920fcf12135a41e327a1 (patch)
tree4b3e53d447018801e79fa67085ea043b9fe50495 /config.h
parente82e5b82d940a28332306ce4ff529caa65a46a0e (diff)
Fixed screenshot, but had to hardcode home directory
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 51de31b..dec68c3 100644
--- a/config.h
+++ b/config.h
@@ -100,7 +100,7 @@ static const char *browsercmd[] = { "chromium", NULL };
static const char *weechatcmd[] = { "xterm", "-name", "weechat", "-e", "weechat", NULL };
static const char *playercmd[] = { "deadbeef", NULL };
static const char *editorcmd[] = { "gedit", NULL };
-static const char *scrotcmd[] = { "scrot", "~/screenshots/%Y-%m-%d-%H:%M:%S.png", NULL };
+static const char *scrotcmd[] = { "scrot", "/home/eddy/screenshots/%Y-%m-%d-%H:%M:%S.png", NULL };
static const char *lowervolumecmd[] = { "amixer", "-q", "set", "Master", "2dB-", NULL };
static const char *raisevolumecmd[] = { "amixer", "-q", "set", "Master", "2dB+", NULL };