From 9661961b75ddb6776c095d25844588a337f98c54 Mon Sep 17 00:00:00 2001 From: golfyado Date: Wed, 22 Jun 2022 18:13:37 -0400 Subject: Cambios, Cambios, Cambios, Cambios, CAMBIOS, C-A-M-B-I-O-SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS --- config.h | 24 +++++++++++------------- dwm | Bin 69704 -> 69704 bytes dwm.o | Bin 57992 -> 57992 bytes 3 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) diff --git a/dwm b/dwm index f12fdfc..12710e7 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 7b9e4db..ee94108 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3