Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved reapply() -- unnecessary - dwm - [fork] customized build of dwm, the d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 489ac07e83f5dabd23d494630c7bb61690bb56e0
parent 349d768b573c5b96056faf153273878f61a9f0c9
Author: Anselm R Garbe <[email protected]>
Date: Sat, 17 May 2008 14:06:41 +0100
removed reapply() -- unnecessary
Diffstat:
M config.def.h | 1 -
M dwm.c | 12 ------------
2 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -40,7 +40,6 @@ Key keys[] = {
{ MODKEY|ShiftMask, XK_j, focusnext, "exact" },
{ MODKEY, XK_k, focusprev, NULL },
{ MODKEY|ShiftMask, XK_k, focusprev, "exact" },
- { MODKEY, XK_r, reapply, NULL },
{ MODKEY, XK_h, setmfact, "-0.05" },
{ MODKEY, XK_l, setmfact, "+0.05" },
{ MODKEY, XK_Return, zoom, NULL },
diff --git a/dwm.c b/dwm.c
t@@ -158,7 +158,6 @@ void movemouse(Client *c);
Client *nexttiled(Client *c);
void propertynotify(XEvent *e);
void quit(const char *arg);
-void reapply(const char *arg);
void resize(Client *c, int x, int y, int w, int h, Bool sizehints);
void resizemouse(Client *c);
void restack(void);
t@@ -1137,17 +1136,6 @@ quit(const char *arg) {
}
void
-reapply(const char *arg) {
- Client *c;
-
- for(c = clients; c; c = c->next) {
- memset(c->tags, 0, TAGSZ);
- applyrules(c);
- }
- arrange();
-}
-
-void
resize(Client *c, int x, int y, int w, int h, Bool sizehints) {
XWindowChanges wc;
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.