From 7405544c61cba2a343d0aede77a14fabbe3c5e0c Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Tue, 9 Dec 2025 03:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A8=8B=E5=BA=8F=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=99=A8=E5=91=BD=E4=BB=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/default_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default_config.h b/src/default_config.h index 0702e7e..fb5863f 100644 --- a/src/default_config.h +++ b/src/default_config.h @@ -28,7 +28,7 @@ static const button_t button_list[] = { }; static const char launcher[] = - "rofi -show combi -modes window,drun,run,ssh,combi,windowcd"; + "rofi -show combi -modes combi -combi-modes window,drun,run,ssh,windowcd"; static const keyboard_t key_list[] = { {modifier_alt, XK_p, spawn, {.ptr = launcher}}, {modifier_alt, XK_q, quit, {.b = false}},