feat: 添加 focus_next_monitor 操作用于切换当前 monitor
This commit is contained in:
@@ -103,6 +103,7 @@ static const keyboard_t key_list[] = {
|
||||
|
||||
{modifier_super, XK_o, send_client_to_next_monitor, {0}},
|
||||
|
||||
{modifier_super | modifier_control, XK_j, focus_next_monitor, {0}},
|
||||
{modifier_super | modifier_control, XK_space, toggle_client_floating, {0}},
|
||||
{modifier_super, XK_f, toggle_client_fullscreen, {0}},
|
||||
{modifier_super, XK_m, toggle_client_maximize, {0}},
|
||||
|
||||
Reference in New Issue
Block a user