From d8ecd3c7b57c6832050fe7600c5e52cbc6027cf2 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 5 Jun 2021 22:49:23 +0000 Subject: Change theme locations --- dwm-6.2/config.h | 4 ++-- dwm-6.2/dwm | Bin 72168 -> 72168 bytes dwm-6.2/dwm.o | Bin 63424 -> 63368 bytes 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm-6.2') 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 Binary files a/dwm-6.2/dwm and b/dwm-6.2/dwm differ diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o index e42a729..7373ad2 100644 Binary files a/dwm-6.2/dwm.o and b/dwm-6.2/dwm.o differ -- cgit v1.2.3