From 4feef60821f70357ee6c57da7a4403c135463460 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 28 Jul 2022 14:55:49 +0200 Subject: [PATCH 27/27] set pid to rofi --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3ffb428..959db72 100644 --- a/config.def.h +++ b/config.def.h @@ -851,7 +851,7 @@ static const char *xkb_layouts[] = { /* commands */ static const char *dmenucmd[] = { - "rofi", "-show", "run", NULL + "rofi", "-pid", "/tmp/rofi", "-show", "run", NULL }; static const char *termcmd[] = { "st", NULL }; static const char *passmenucmd[] = { "passmenu", NULL }; -- 2.37.2