diff options
author | Person <you@example.com> | 2023-12-15 23:36:48 -0600 |
---|---|---|
committer | Person <you@example.com> | 2023-12-15 23:36:48 -0600 |
commit | 0b4da825b86ccd41e86208f5a5e8ff1ae2bde52a (patch) | |
tree | 8b2073e28125b53cc7c50f841382f2924b8cf519 | |
parent | a5ef81cd3600306c4b2af8a5dad69fab4d6cad17 (diff) |
-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} }, }; |