From 42f2c249343e5fbc200c8804c1a4b16859463cdf Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Fri, 3 Feb 2023 20:28:54 +0200 Subject: keys: st-xterm compat --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 62b5e11..9f1bd6e 100644 --- a/config.def.h +++ b/config.def.h @@ -121,8 +121,8 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_r, quit, {1} }, /* programs */ { MODKEY, XK_w, spawn, SHCMD("firefox") }, - { MODKEY, XK_f, spawn, SHCMD("st ranger") }, - { ControlMask, XK_Escape, spawn, SHCMD("st btop") }, + { MODKEY, XK_f, spawn, SHCMD("st -e ranger") }, + { ControlMask, XK_Escape, spawn, SHCMD("st -e btop") }, /* volume control */ { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer -i 5; kill -35 $(pidof dwmblocks)") }, { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer -d 5; kill -35 $(pidof dwmblocks)") }, -- cgit 1.4.1-2-gfad0