From fe2aa5620eeeabe70af66c4a3fbe209f84c8fdbc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 11 May 2025 10:39:29 +0530 Subject: removed patch dwm-gaplessgrid-20160731-56a31dc.diff --- config.def.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1a74307..604be99 100644 --- a/config.def.h +++ b/config.def.h @@ -1,15 +1,8 @@ -#include "gaplessgrid.c" - static const unsigned int borderpx = 2; static const unsigned int snap = 32; static const int showbar = 1; static const int topbar = 1; - -// disabled because it messes up clickable areas -// TODO: gotta fix -// static const char *barlayout = "sn|lt"; -static const char *barlayout = ""; - +static const char *barlayout = "sn|lt"; static const int user_bh = 30; static const char *fonts[] = { "Noto Sans CJK JP:size=14" }; static const unsigned int gappx = 8; @@ -41,7 +34,6 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win static const Layout layouts[] = { /* symbol arrange function */ { "[]=", tile }, /* first entry is default */ - { "###", gaplessgrid }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, }; @@ -97,9 +89,8 @@ static const Key keys[] = { /* layouts */ { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, - { MODKEY|ShiftMask, XK_g, setlayout, {.v = &layouts[1]} }, - { MODKEY, XK_f, setlayout, {.v = &layouts[2]} }, - { MODKEY, XK_m, setlayout, {.v = &layouts[3]} }, + { 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} }, -- cgit v1.2.3