diff --git a/src/config.h b/src/config.h index 22df637..4ee184a 100644 --- a/src/config.h +++ b/src/config.h @@ -89,6 +89,7 @@ const char launcher[] = "rofi -show combi -modes window,drun,run,ssh,combi,windowcd"; const keybinding_t keys[] = { {SUPER, XK_p, spawn, {.ptr = launcher}}, + {SUPER, XK_Return, spawn, {.ptr = "st"}}, {SUPER | SHIFT, XK_q, quit, {.b = false}}, {SUPER | CTRL, XK_r, quit, {.b = true}}, {SUPER | SHIFT, XK_c, kill_client, {0}},