添加关闭窗口快捷键

This commit is contained in:
2025-08-25 22:09:35 +08:00
parent b645c4cf39
commit b28c9cd58b
5 changed files with 23 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ const keybinding_t keys[] = {
{SUPER, XK_p, spawn, {.ptr = launcher}},
{SUPER | SHIFT, XK_q, quit, {.b = false}},
{SUPER | CTRL, XK_r, quit, {.b = true}},
{SUPER | SHIFT, XK_c, kill_client, {0}},
{SUPER, XK_1, select_tag, {.ui = 0}},
{SUPER, XK_2, select_tag, {.ui = 1}},
{SUPER, XK_3, select_tag, {.ui = 2}},