dwm

X window manager from suckless utilities
git clone git://git.thepablogq.xyz/dwm
Log | Files | Refs | README | LICENSE

commit 63e3744038fcb06848c243cef833af3a389d4e31
parent dbb62b07285ff935d8ba33397eee5b324f2e07fd
Author: Pablo Garro <pablopaulgq@gmail.com>
Date:   Thu, 14 Jan 2021 23:03:49 -0600

Keybindings updated and unused variable from last version removed

Diffstat:
Mconfig.def.h | 8++++----
Mconfig.h | 8++++----
Mdwm | 0
Mdwm.c | 2+-
Mdwm.o | 0
5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -105,10 +105,10 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; static const char *firefox[] = { "firefox", NULL }; static const char *qjack[] = { "qjackctl", NULL }; -static const char *keylay[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/keylay", NULL }; -static const char *upvol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "u", NULL }; -static const char *downvol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "d", NULL }; -static const char *mutevol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "m", NULL }; +static const char *keylay[] = { "/home/plogtheg1/Source/bashScripts/keylay", NULL }; +static const char *upvol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "u", NULL }; +static const char *downvol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "d", NULL }; +static const char *mutevol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "m", NULL }; static const char *xflock[] = { "xflock4", NULL }; static const char *mail[] = { "thunderbird", NULL }; diff --git a/config.h b/config.h @@ -105,10 +105,10 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; static const char *firefox[] = { "firefox", NULL }; static const char *qjack[] = { "qjackctl", NULL }; -static const char *keylay[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/keylay", NULL }; -static const char *upvol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "u", NULL }; -static const char *downvol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "d", NULL }; -static const char *mutevol[] = { "/home/plogtheg1/Documents/RandomScripts/bashScripts/upvol", "m", NULL }; +static const char *keylay[] = { "/home/plogtheg1/Source/bashScripts/keylay", NULL }; +static const char *upvol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "u", NULL }; +static const char *downvol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "d", NULL }; +static const char *mutevol[] = { "/home/plogtheg1/Source/bashScripts/upvol", "m", NULL }; static const char *xflock[] = { "xflock4", NULL }; static const char *mail[] = { "thunderbird", NULL }; diff --git a/dwm b/dwm Binary files differ. diff --git a/dwm.c b/dwm.c @@ -1873,7 +1873,7 @@ tagmon(const Arg *arg) void tile(Monitor *m) { - unsigned int i, n, h, r, g = 0, mw, my, ty; + unsigned int i, n, h, g = 0, mw, my, ty; Client *c; for (n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++); diff --git a/dwm.o b/dwm.o Binary files differ.