diff options
-rw-r--r-- | config.h | 10 | ||||
-rwxr-xr-x | dwm | bin | 76112 -> 76112 bytes | |||
-rw-r--r-- | dwm.o | bin | 65856 -> 65856 bytes |
3 files changed, 5 insertions, 5 deletions
@@ -3,7 +3,7 @@ /* constants */ /* 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 */ @@ -131,10 +131,10 @@ static Key keys[] = { TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) TAGKEYS( XK_5, 4) - TAGKEYS( XK_6, 5) - TAGKEYS( XK_7, 6) - TAGKEYS( XK_8, 7) - TAGKEYS( XK_9, 8) + TAGKEYS( XK_6, 5) + TAGKEYS( XK_7, 6) + TAGKEYS( XK_8, 7) + TAGKEYS( XK_9, 8) { MODKEY|ControlMask|ShiftMask, XK_e, quit, {0} }, }; |