aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2023-02-03 20:28:54 +0200
committerAcid Bong <acid-bong@cock.lt>2023-02-03 20:28:54 +0200
commit42f2c249343e5fbc200c8804c1a4b16859463cdf (patch)
treeb5ea6414b2f3815c91581f3c1817d04bb2a24874
parent99e752c8b7b924dbbee53ac02eedae13d7fe8004 (diff)
downloaddwm-bong.tar.gz
keys: st-xterm compatHEADbong
-rw-r--r--config.def.h4
1 files 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)") },