aboutsummaryrefslogtreecommitdiff
path: root/.repos/dwm
diff options
context:
space:
mode:
Diffstat (limited to '.repos/dwm')
-rw-r--r--.repos/dwm/config.h6
-rw-r--r--.repos/dwm/drw.obin10600 -> 0 bytes
-rwxr-xr-x.repos/dwm/dwmbin71168 -> 0 bytes
-rw-r--r--.repos/dwm/dwm.obin60336 -> 0 bytes
-rw-r--r--.repos/dwm/dwm.pngbin373 -> 0 bytes
-rw-r--r--.repos/dwm/util.obin2264 -> 0 bytes
6 files changed, 3 insertions, 3 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h
index 4951d41..4848be2 100644
--- a/.repos/dwm/config.h
+++ b/.repos/dwm/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 2; /* border pixel of windows */
+static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int snap = 16; /* snap pixel */
static const int showbar = 0; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -27,8 +27,8 @@ static const char col_base0F[] = "#be5046";
static const char *colors[][3] = {
/* fg bg border */
- [SchemeNorm] = { col_base05, col_base00, col_base00 },
- [SchemeSel] = { col_base05, col_base02, col_base02 },
+ [SchemeNorm] = { col_base05, col_base00, col_base02 },
+ [SchemeSel] = { col_base05, col_base02, col_base00 },
};
/* scratchpad */
diff --git a/.repos/dwm/drw.o b/.repos/dwm/drw.o
deleted file mode 100644
index 3adc054..0000000
--- a/.repos/dwm/drw.o
+++ /dev/null
Binary files differ
diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm
deleted file mode 100755
index 4602f0c..0000000
--- a/.repos/dwm/dwm
+++ /dev/null
Binary files differ
diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o
deleted file mode 100644
index e3bc17f..0000000
--- a/.repos/dwm/dwm.o
+++ /dev/null
Binary files differ
diff --git a/.repos/dwm/dwm.png b/.repos/dwm/dwm.png
deleted file mode 100644
index b1f9ba7..0000000
--- a/.repos/dwm/dwm.png
+++ /dev/null
Binary files differ
diff --git a/.repos/dwm/util.o b/.repos/dwm/util.o
deleted file mode 100644
index 2a026a6..0000000
--- a/.repos/dwm/util.o
+++ /dev/null
Binary files differ