From 51bd63f3a51466dc0f4e4daa9dabcb1d37c07706 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:16:08 +0400 Subject: [PATCH] i have GYAT to use emacs --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 0c5c3591..44880344 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -81,7 +81,7 @@ static const Key keys[] = { { MODKEY, XK_l, setmfact, {.f = +0.05} }, { MODKEY|ShiftMask, XK_Return, zoom, {0} }, { MODKEY, XK_Tab, view, {0} }, - { MODKEY|ShiftMask, XK_c, killclient, {0} }, + { MODKEY, XK_w, killclient, {0} }, { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XK_m, setlayout, {.v = &layouts[2]} },