From 1c3692c7858d8cda08ba920fcf12135a41e327a1 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 24 May 2016 14:41:26 +0200 Subject: Fixed screenshot, but had to hardcode home directory --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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 }; -- cgit v1.2.3