调整程序启动器命令参数

This commit is contained in:
2025-12-09 03:53:24 +08:00
parent 4ca37760e8
commit 7405544c61

View File

@@ -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}},