aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h24
1 files changed, 11 insertions, 13 deletions
diff --git a/config.h b/config.h
index 1f7efaf..0123b19 100644
--- a/config.h
+++ b/config.h
@@ -5,9 +5,9 @@
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 0; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
-static const int topbar = 0; /* 0 means bottom bar */
-static const unsigned int gappx = 2; /* gaps between windows */
-static const char *fonts[] = { "Terminus:size=8" };
+static const int topbar = 1; /* 0 means bottom bar */
+static const unsigned int gappx = 3; /* gaps between windows */
+static const char *fonts[] = { "Fixed:size=9" };
static const char dmenufont[] = "Terminus:size=8";
/*static const char *upvol[] = { "/home/zen/Documents/Scripts/u", NULL };
static const char *downvol[] = { "/home/zen/Documents/Scripts/d", NULL };
@@ -25,7 +25,7 @@ static const char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "!", "@", "#", "$", "V"};
+static const char *tags[] = { "!", "@", "#", "$", "V", "~"};
static const Rule rules[] = {
{ NULL, NULL, NULL, 0, False, -1 },
@@ -60,7 +60,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-b", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
+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[] = { "urxvt", NULL };
static const char *scrotcmd[] = { "scrot", "/home/aldebaran/Pictures/screenshots/%Y-%m-%d_$wx$h.png" };
static const char *latamcmd[] = { "setxkbmap", "-layout", "latam" };
@@ -101,14 +101,12 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
- TAGKEYS( XK_1, 0)
- TAGKEYS( XK_2, 1)
- TAGKEYS( XK_3, 2)
- TAGKEYS( XK_4, 3)
- /*Adds the 5th workspace keybind with the US and Latam keyboard layout*/
- TAGKEYS( XK_5, 4)
- /* TAGKEYS( XK_`, 4)*/
- TAGKEYS( XK_6, 5)
+ TAGKEYS( XK_grave, 0)
+ TAGKEYS( XK_1, 1)
+ TAGKEYS( XK_2, 2)
+ TAGKEYS( XK_3, 3)
+ TAGKEYS( XK_q, 4)
+ TAGKEYS( XK_w, 5)
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
Un proyecto texto-plano.xyz