summaryrefslogtreecommitdiff
path: root/dwm-6.2
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-05 22:49:23 +0000
committerstkhan <personal@slickd.xyz>2021-06-05 22:49:23 +0000
commitd8ecd3c7b57c6832050fe7600c5e52cbc6027cf2 (patch)
tree155632d9f26462095d1cf410c29c48139955f9ab /dwm-6.2
parent8e72264916f5ce023a5d0a56cc4a7a384191b08f (diff)
Change theme locations
Diffstat (limited to 'dwm-6.2')
-rw-r--r--dwm-6.2/config.h4
-rwxr-xr-xdwm-6.2/dwmbin72168 -> 72168 bytes
-rw-r--r--dwm-6.2/dwm.obin63424 -> 63368 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index b1f3292..8a40171 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -1,4 +1,4 @@
-#include "../themes/theme.h"
+#include "../theme.h"
/* See LICENSE file for copyright and license details. */
@@ -92,7 +92,7 @@ static Key keys[] = {
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY, XK_x, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
- { MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
+ /*{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, */
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm
index 7b944a1..6ebcefb 100755
--- a/dwm-6.2/dwm
+++ b/dwm-6.2/dwm
Binary files differ
diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o
index e42a729..7373ad2 100644
--- a/dwm-6.2/dwm.o
+++ b/dwm-6.2/dwm.o
Binary files differ