]> git.armaanb.net Git - dwm.git/blobdiff - config.h
Increase border size
[dwm.git] / config.h
index 5498936c7ac78f8ae8f22a95fec4853cedb2942d..fe333fbf21b7c6d8fda37beea5a4a267fa1004ee 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static const unsigned int borderpx  = 1;        /* border pixel of windows */
+static const unsigned int borderpx  = 2;        /* border pixel of windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
@@ -69,6 +69,8 @@ static Key keys[] = {
        { MODKEY,           XK_b,      togglebar,      {0} },
        { MODKEY,           XK_j,      focusstack,     {.i = +1 } },
        { MODKEY,           XK_k,      focusstack,     {.i = -1 } },
+       { MODKEY|ShiftMask, XK_j,      pushdown,       {0} },
+       { MODKEY|ShiftMask, XK_k,      pushup,         {0} },
        { MODKEY,           XK_i,      incnmaster,     {.i = +1 } },
        { MODKEY,           XK_d,      incnmaster,     {.i = -1 } },
        { MODKEY,           XK_h,      setmfact,       {.f = -0.05} },