添加切换当前屏幕快捷键

This commit is contained in:
2025-08-27 03:44:13 +08:00
parent a0c8baa863
commit 8d9becbf0f
3 changed files with 29 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ const keybinding_t keys[] = {
{SUPER | SHIFT, XK_c, kill_client, {0}},
{ALT, XK_j, focus_stack, {.b = true}},
{ALT, XK_k, focus_stack, {.b = false}},
{SUPER | SHIFT, XK_j, focus_monitor, {.b = true}},
{SUPER | SHIFT, XK_k, focus_monitor, {.b = false}},
{SUPER, XK_1, select_tag, {.ui = 0}},
{SUPER, XK_2, select_tag, {.ui = 1}},
{SUPER, XK_3, select_tag, {.ui = 2}},