aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/config.h b/config.h
index 8fdd992..eebe473 100644
--- a/config.h
+++ b/config.h
@@ -45,20 +45,20 @@ static const AppRule rules[] = { \
};
/** commands **/
-const char *termcmd[] = { "urxvt", NULL };
-const char *dmenucmd[] = { "dmn", NULL };
-const char *urxvtcmd[] = { "urxvtdc", NULL };
-const char *chromiumcmd[] = { "chromium", NULL };
+static const char *termcmd[] = { "urxvt", NULL };
+static const char *dmenucmd[] = { "dmn", NULL };
+static const char *urxvtcmd[] = { "urxvtdc", NULL };
+static const char *chromiumcmd[] = { "chromium", NULL };
/* audio volume */
static const char *volupcmd[] = { "volctrl", "+2", NULL };
static const char *voldowncmd[] = { "volctrl", "-2", NULL };
static const char *voltogglecmd[] = { "volctrl", "toggle", NULL };
/* audio playback [mpd/mpc] */
-const char *mplaycmd[] = { "mpc", "play", NULL };
-const char *mstopcmd[] = { "mpc", "stop", NULL };
-const char *mnextcmd[] = { "mpc", "next", NULL };
-const char *mprevcmd[] = { "mpc", "prev", NULL };
-const char *mtogglecmd[] = { "mpc", "toggle", NULL };
+static const char *mplaycmd[] = { "mpc", "play", NULL };
+static const char *mstopcmd[] = { "mpc", "stop", NULL };
+static const char *mnextcmd[] = { "mpc", "next", NULL };
+static const char *mprevcmd[] = { "mpc", "prev", NULL };
+static const char *mtogglecmd[] = { "mpc", "toggle", NULL };
#define DESKTOPCHANGE(K,N) \
{ MOD1, K, change_desktop, {.i = N}}, \