summaryrefslogtreecommitdiff
path: root/dwm-6.3/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm-6.3/config.h')
-rw-r--r--dwm-6.3/config.h4
1 files changed, 3 insertions, 1 deletions
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)