diff options
Diffstat (limited to '.repos/dwm')
-rw-r--r-- | .repos/dwm/config.h | 6 | ||||
-rw-r--r-- | .repos/dwm/drw.o | bin | 10600 -> 0 bytes | |||
-rwxr-xr-x | .repos/dwm/dwm | bin | 71168 -> 0 bytes | |||
-rw-r--r-- | .repos/dwm/dwm.o | bin | 60336 -> 0 bytes | |||
-rw-r--r-- | .repos/dwm/dwm.png | bin | 373 -> 0 bytes | |||
-rw-r--r-- | .repos/dwm/util.o | bin | 2264 -> 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 Binary files differdeleted file mode 100644 index 3adc054..0000000 --- a/.repos/dwm/drw.o +++ /dev/null diff --git a/.repos/dwm/dwm b/.repos/dwm/dwm Binary files differdeleted file mode 100755 index 4602f0c..0000000 --- a/.repos/dwm/dwm +++ /dev/null diff --git a/.repos/dwm/dwm.o b/.repos/dwm/dwm.o Binary files differdeleted file mode 100644 index e3bc17f..0000000 --- a/.repos/dwm/dwm.o +++ /dev/null diff --git a/.repos/dwm/dwm.png b/.repos/dwm/dwm.png Binary files differdeleted file mode 100644 index b1f9ba7..0000000 --- a/.repos/dwm/dwm.png +++ /dev/null diff --git a/.repos/dwm/util.o b/.repos/dwm/util.o Binary files differdeleted file mode 100644 index 2a026a6..0000000 --- a/.repos/dwm/util.o +++ /dev/null |