支持窗口全屏操作

This commit is contained in:
2026-01-29 07:46:06 +08:00
parent a772d0f56f
commit a5ce85be78
7 changed files with 71 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ static const keyboard_t key_list[] = {
{modifier_super, XK_o, send_client_to_next_monitor, {0}},
{modifier_super | modifier_control, XK_space, toggle_client_floating, {0}},
{modifier_super, XK_f, toggle_client_fullscreen, {0}},
};
static const layout_t layout_list[] = {