summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1f7bc4e..e17b5b6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -145,7 +145,7 @@ static const char *browsercmd[] = { "firefox", NULL }; // defa
static const char *editorcmd[] = { "emacs", NULL }; // default editor; respects $VISUAL env variable
static const char *bluetoothcmd[] = { "blueman-manager", NULL };
static const char *trackpadcmd[] = { "toggle-touchpad", NULL }; // script enables/disables trackpad
-static const char *exitcmd[] = { "dmenuexitmenu", NULL }; // script providing exit options
+static const char *exitcmd[] = { "dmenuexitmenu", NULL }; // script providing exit options
/* volume control */
static const char *upvol[] = { "pactl", "set-sink-volume", "0", "+5%", NULL };