From a8bee89741f339b041a0da0e6e94909f4678ca5c Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 23 Jan 2023 18:15:27 +0100 Subject: [PATCH] no alpha --- keybinds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybinds.h b/keybinds.h index bb7dcc1..e2abe10 100644 --- a/keybinds.h +++ b/keybinds.h @@ -50,7 +50,7 @@ static Key keys[] = { /* Run keybinds */ { KeyPress, MODIFIER1, -1, XK_semicolon, spawn, cmd( "j4-dmenu-desktop --term=st --dmenu='spmenu -l 20 -p Open:'" ) }, - { KeyPress, MODIFIER1|SHIFT, -1, XK_semicolon, spawn, cmd( "spmenu_run -l 0 -p 'Run:'" ) }, + { KeyPress, MODIFIER1|SHIFT, -1, XK_semicolon, spawn, cmd( "spmenu_run -l 0 -p 'Run:' -na" ) }, /* Application keybinds */ { KeyPress, MODIFIER1|SHIFT, -1, XK_Return, spawn, cmd( TERMINAL ) },