summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 267910f..9ababb6 100644
--- a/config.h
+++ b/config.h
@@ -109,9 +109,9 @@ static const Key keys[] = {
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl s 10%-") },
{ MODKEY, XK_s, spawn, SHCMD("maim2clip") },
- { MODKEY, XK_p, spawn, SHCMD("st -e tmux attach") },
+ { MODKEY, XK_p, spawn, SHCMD("alacritty -e tmux attach") },
{ MODKEY|ShiftMask, XK_r, spawn, SHCMD("zathura") },
- { MODKEY|ShiftMask, XK_m, spawn, SHCMD("st -e ncmpcpp") },
+ { MODKEY|ShiftMask, XK_m, spawn, SHCMD("alacritty -e ncmpcpp") },
};
/* button definitions */