From 2d4cdb2e921b9ecf74d7569b3e505754d483ef1a Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 2 May 2022 18:46:35 +0000 Subject: various things, search menu changed --- dwm-6.3/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dwm-6.3/config.h') diff --git a/dwm-6.3/config.h b/dwm-6.3/config.h index a2cc043..81cc365 100644 --- a/dwm-6.3/config.h +++ b/dwm-6.3/config.h @@ -32,7 +32,7 @@ static const char *const autostart[] = { "xsetroot", "-name", "Loading dwmblocks", NULL, "dwmblocks", NULL, "fehbg", NULL, - "picom", NULL, + "picom", "--experimental-backends", NULL, NULL /* terminate */ }; @@ -137,6 +137,8 @@ static Key keys[] = { { MODKEY, XK_F12, spawn, SHCMD("power") }, { MODKEY, XK_F4, spawn, SHCMD("galculator") }, { MODKEY, XK_e, spawn, SHCMD("dmenuunicode") }, + { MODKEY, XK_s, spawn, SHCMD("dwm-search") }, + { MODKEY, XK_g, spawn, SHCMD("dwm-goto") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3