summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-18 19:31:46 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-18 19:31:46 +0900
commite329adc9e054b7a82733d1b331a6e015d70c5aba (patch)
tree15c41fc3ac98c7e3bb42f1bb9ebaa00d3807e4c7
parent1592ed8dd02d97eb94ab56e9410304560976c7f9 (diff)
modified dwm/config.h
-rw-r--r--dwm/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 00240c7..1c3837c 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -424,9 +424,9 @@ static const Key keys[] = {
// SYSTEMS
{ MODKEY | ControlMask, XK_k, spawn, { .v = (const char *[]){ "pkill", "-f", "kakaotalk", NULL } } },
- { MODKEY, XK_q, killclient, {0} },
- { MODKEY | ShiftMask, XK_q, killclient, { .ui = 1 } },
- { MODKEY | ControlMask, XK_q, killclient, { .ui = 2 } },
+ { MODKEY, XK_q, killclient, {0} }, // kill only current client
+ { MODKEY | ShiftMask, XK_q, killclient, { .ui = 1 } }, // kill other clients in the same tag
+ { MODKEY | ControlMask, XK_q, killclient, { .ui = 2 } }, // kill all clients in the same tag
{ MODKEY2, XK_q, toggleallowkill, {0} },
{ MODKEY, XK_BackSpace, spawn, { .v = (const char *[]){ "slock", NULL } } },
{ MODKEY | ShiftMask, XK_BackSpace, spawn, { .v = (const char *[]){ "sysact", NULL } } },