From 6a605785b85bb658e9a45cf854162994a3e9275f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 May 2025 14:33:20 -0500 Subject: cosmetic alignment --- config.def.h | 12 ++++++------ 1 file 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 } }, -- cgit v1.2.3