summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 3e3469f..ab24b6f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -139,14 +139,14 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
#define TERMINAL_ENVVAR "TERMINAL"
#define BROWSER_ENVVAR "BROWSER"
#define EDITOR_ENVVAR "VISUAL"
-static const char *termcmd[] = { "st", NULL }; // default terminal; respects $TERMINAL env variable
-static const char *browsercmd[] = { "firefox", NULL }; // default browser; respects $BROWSER env variable
-static const char *editorcmd[] = { "emacs", NULL }; // default editor; respects $VISUAL env variable
+static const char *termcmd[] = { "st", NULL }; // default terminal; respects $TERMINAL env variable
+static const char *browsercmd[] = { "firefox", NULL }; // default browser; respects $BROWSER env variable
+static const char *editorcmd[] = { "emacs", NULL }; // default editor; respects $VISUAL env variable
static const char *torbrowsercmd[] = { "tor-browser", NULL };
static const char *bluetoothcmd[] = { "blueman-manager", NULL };
-static const char *trackpadcmd[] = { "toggle-touchpad", NULL }; // script enables/disables trackpad
+static const char *trackpadcmd[] = { "toggle-touchpad", NULL }; // script enables/disables trackpad
static const char *screenshotcmd[] = { "screenshotmenu", NULL };
-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 };
@@ -207,7 +207,7 @@ static Key keys[] = {
{ MODKEY, XK_f, togglescratch, {.ui = 5 } },
{ MODKEY, XK_x, togglescratch, {.ui = 6 } },
{ MODKEY, XK_c, togglescratch, {.ui = 6 } },
- { MODKEY|ShiftMask, XK_h, togglescratch, {.ui = 7 } },
+ { MODKEY|ShiftMask, XK_h, togglescratch, {.ui = 7 } },
{ 0, XF86XK_AudioMute, spawn, {.v = mutevol } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol } },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol } },