Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved crappy variables - dwm - [fork] customized build of dwm, the dynamic w…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7b6d5ff29863e4bc7ba787357133ffb9bc5157e6
parent 846850914d860ba0cb1fd6b9c394e4bee6b31737
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 28 Aug 2006 14:32:51 +0200
removed crappy variables
Diffstat:
M client.c | 4 +---
M config.arg.h | 4 ++++
M draw.c | 2 --
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/client.c b/client.c
t@@ -52,8 +52,6 @@ grabbuttons(Client *c, Bool focus)
static void
resizetitle(Client *c)
{
- int i;
-
c->tw = textw(c->name);
if(c->tw > c->w)
c->tw = c->w + 2;
t@@ -340,7 +338,7 @@ void
settitle(Client *c)
{
char **list = NULL;
- int i, n;
+ int n;
XTextProperty name;
name.nitems = 0;
diff --git a/config.arg.h b/config.arg.h
t@@ -36,17 +36,21 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_1, tag, …
{ MODKEY|ShiftMask, XK_2, tag, …
{ MODKEY|ShiftMask, XK_3, tag, …
+ { MODKEY|ShiftMask, XK_4, tag, …
{ MODKEY|ControlMask|ShiftMask, XK_1, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_2, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_3, toggletag,…
+ { MODKEY|ControlMask|ShiftMask, XK_4, toggletag,…
{ MODKEY|ShiftMask, XK_c, killclient, …
{ MODKEY, XK_space, togglemode, {…
{ MODKEY, XK_1, view, …
{ MODKEY, XK_2, view, …
{ MODKEY, XK_3, view, …
+ { MODKEY, XK_4, view, …
{ MODKEY|ControlMask, XK_1, toggleview, …
{ MODKEY|ControlMask, XK_2, toggleview, …
{ MODKEY|ControlMask, XK_3, toggleview, …
+ { MODKEY|ControlMask, XK_4, toggleview, …
{ MODKEY|ShiftMask, XK_q, quit, …
};
diff --git a/draw.c b/draw.c
t@@ -133,8 +133,6 @@ drawstatus()
void
drawtitle(Client *c)
{
- int i;
-
if(c == sel && issel) {
drawstatus();
XUnmapWindow(dpy, c->twin);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.