]> git.ekhem.eu.org Git - dwm.git/commitdiff
Remove bindings for Super+{h,l}
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 27 Dec 2021 14:20:08 +0000 (15:20 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sat, 14 Oct 2023 20:46:51 +0000 (22:46 +0200)
config.h

index 6a92b0e1cc9b3d72af256df80f0eddfbff3e0873..dc62b97be89c8f05a8a216715b677c725b4ebe34 100644 (file)
--- a/config.h
+++ b/config.h
@@ -10,7 +10,7 @@ static const int horizpadbar        = 3;        /* horizontal padding for status
 static const int vertpadbar         = 0;        /* vertical padding for statusbar */
 static const char *fonts[] = {
         "monospace:size=10",
-        "Noto Color Emoji:size=8"
+        "Noto Color Emoji:size=10"
 };
 static const char dmenufont[]       = "monospace:size=10";
 static const char col_gray1[]       = "#222222";
@@ -76,8 +76,6 @@ static Key keys[] = {
        { MODKEY,                       XK_k,      focusstack,     {.i = -1 } },
        { MODKEY,                       XK_i,      incnmaster,     {.i = +1 } },
        { MODKEY,                       XK_d,      incnmaster,     {.i = -1 } },
-       { MODKEY,                       XK_h,      setmfact,       {.f = -0.05} },
-       { MODKEY,                       XK_l,      setmfact,       {.f = +0.05} },
        { MODKEY|ShiftMask,             XK_p,      zoom,           {0} },
        { MODKEY,                       XK_Tab,    view,           {0} },
        { MODKEY|ShiftMask,             XK_c,      killclient,     {0} },