aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index c8a8a6b..757fd3c 100644
--- a/config.h
+++ b/config.h
@@ -107,7 +107,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "swt", NULL };
static const char *menucmd[] = { "dmenu-wl_run", "-p", "Run", NULL };
static const Key keys[] = {
@@ -121,7 +121,7 @@ static const Key keys[] = {
{ 0, XKB_KEY_SunPrint_Screen, spawn, SHCMD("grimshot copy area") },
{ MODKEY, XKB_KEY_SunPrint_Screen, spawn, SHCMD("grimshot save area") },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_P, spawn, SHCMD("passmenu --type") },
- { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_E, spawn, SHCMD("st -e neomutt") },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_E, spawn, SHCMD("swt -e neomutt") },
{ MODKEY, XKB_KEY_F12, spawn, SHCMD("keyusbctl -t && status -u")},
{ 0, XKB_KEY_XF86AudioLowerVolume, spawn, SHCMD("pactl set-sink-volume 0 -3% && status -u")},
{ 0, XKB_KEY_XF86AudioRaiseVolume, spawn, SHCMD("pactl set-sink-volume 0 +3% && status -u")},