添加启动 st 的快捷键
This commit is contained in:
@@ -89,6 +89,7 @@ const char launcher[] =
|
|||||||
"rofi -show combi -modes window,drun,run,ssh,combi,windowcd";
|
"rofi -show combi -modes window,drun,run,ssh,combi,windowcd";
|
||||||
const keybinding_t keys[] = {
|
const keybinding_t keys[] = {
|
||||||
{SUPER, XK_p, spawn, {.ptr = launcher}},
|
{SUPER, XK_p, spawn, {.ptr = launcher}},
|
||||||
|
{SUPER, XK_Return, spawn, {.ptr = "st"}},
|
||||||
{SUPER | SHIFT, XK_q, quit, {.b = false}},
|
{SUPER | SHIFT, XK_q, quit, {.b = false}},
|
||||||
{SUPER | CTRL, XK_r, quit, {.b = true}},
|
{SUPER | CTRL, XK_r, quit, {.b = true}},
|
||||||
{SUPER | SHIFT, XK_c, kill_client, {0}},
|
{SUPER | SHIFT, XK_c, kill_client, {0}},
|
||||||
|
|||||||
Reference in New Issue
Block a user