1 files changed, 9 insertions(+), 1 deletions(-)

M shiv.config
M shiv.config +9 -1
@@ 42,7 42,15 @@ diff --git a/config.def.h b/config.def.h
  static const char   *lockcmd[] = { "xautolock", "-locknow", NULL };
  static const char *rebootcmd[] = { "systemctl", "reboot", NULL };
  static const char   *shutcmd[] = { "systemctl", "poweroff", NULL };
-@@ -105,6 +110,11 @@ static Key keys[] = {
+@@ -77,6 +82,7 @@ static Key keys[] = {
+ 	{ ControlMask|Mod1Mask,         XK_p,      spawn,          {.v = padcmd } },
+ 	{ ControlMask|Mod1Mask,         XK_r,      spawn,          {.v = rebootcmd } },
+ 	{ ControlMask|Mod1Mask,         XK_q,      spawn,          {.v = shutcmd } },
++	{ ControlMask|Mod1Mask,         XK_w,      spawn,          {.v = webcmd } },
+ 	{ MODKEY,                       XK_b,      togglebar,      {0} },
+ 	{ MODKEY,                       XK_j,      focusstack,     {.i = +1 } },
+ 	{ MODKEY,                       XK_k,      focusstack,     {.i = -1 } },
+@@ -105,6 +111,11 @@ static Key keys[] = {
  	{ MODKEY,                       XK_Right,  cycle,          {.i = +1 } },
  	{ MODKEY|ControlMask,           XK_Left,   tagcycle,       {.i = -1 } },
  	{ MODKEY|ControlMask,           XK_Right,  tagcycle,       {.i = +1 } },