From fc543e6f9e90d75a099ef29f249a4d9d09962b5d Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sat, 30 Aug 2025 18:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8=20st=20?= =?UTF-8?q?=E7=9A=84=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.h | 1 + 1 file changed, 1 insertion(+) 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}},