summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerson <you@example.com>2023-12-15 23:36:48 -0600
committerPerson <you@example.com>2023-12-15 23:36:48 -0600
commit0b4da825b86ccd41e86208f5a5e8ff1ae2bde52a (patch)
tree8b2073e28125b53cc7c50f841382f2924b8cf519
parenta5ef81cd3600306c4b2af8a5dad69fab4d6cad17 (diff)
cleanupHEADmaster
-rw-r--r--config.h10
-rwxr-xr-xdwmbin76112 -> 76112 bytes
-rw-r--r--dwm.obin65856 -> 65856 bytes
3 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 4c5ad78..197b5f8 100644
--- a/config.h
+++ b/config.h
@@ -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} },
};
diff --git a/dwm b/dwm
index deee151..0c80892 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 32d670f..b90c2cc 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ