commit df2b3816249984c64a9152073f3bbbb3e5fd3dff
parent 7ffad30bd0e6ca6be98225013c13910d717977ab
Author: fjbalon <fjbalon@templier.es>
Date: Sun, 21 Jun 2026 02:17:12 +0200
Cambio de MODKEY a Mod4Mask (tecla SUPER) + cambio de terminal por defecto a xterm
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -46,7 +46,7 @@ static const Layout layouts[] = {
};
/* key definitions */
-#define MODKEY Mod1Mask
+#define MODKEY Mod4Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
@@ -59,7 +59,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "xterm", NULL };
#include "movestack.c"
static const Key keys[] = {
/* modifier key function argument */