summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.h11
-rw-r--r--config.mk2
3 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 38abdee..9c59b39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
*.o
dwm
config.def.h
+TODO
diff --git a/config.h b/config.h
index 0fa489c..821c778 100644
--- a/config.h
+++ b/config.h
@@ -69,11 +69,11 @@ static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "70x24"
static const char
- *light_up[] = {"slight", "-i", "5", NULL},
- *light_down[] = {"slight", "-d", "5", NULL},
- *vol_up[] = {"svol", "-i", "5", NULL},
- *vol_down[] = {"svol", "-d", "5", NULL},
- *vol_toggle[] = {"svol", "-t", NULL};
+ *light_up[] = {"slight", "-i", "5", NULL},
+ *light_down[] = {"slight", "-d", "5", NULL},
+ *vol_up[] = {"svol", "-i", "5", NULL},
+ *vol_down[] = {"svol", "-d", "5", NULL},
+ *vol_toggle[] = {"svol", "-t", NULL};
static const Key keys[] = {
@@ -105,7 +105,6 @@ static const Key keys[] = {
{ MODKEY, XK_v, focusmaster, {0} },
{ MODKEY, XK_a, togglefocusfloat, {0} },
-
{ MODKEY, XK_s, togglescratch, {.v = scratchpadcmd } },
diff --git a/config.mk b/config.mk
index 8efca9a..9ac0397 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 6.5
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include