diff options
Diffstat (limited to 'dwm-6.2/config.h')
| -rw-r--r-- | dwm-6.2/config.h | 4 |
1 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} }, |