Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved maximize, there will be monocle soon - dwm - [fork] customized build o…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit e0d6451086eba0642cff83c2a8e05ff84be60488
parent 7a496e9777f2656987ba86dbba1e87a46a483fac
Author: anselm@anselm1 <unknown>
Date: Sat, 22 Dec 2007 12:52:14 +0000
removed maximize, there will be monocle soon
Diffstat:
M config.def.h | 1 -
M dwm.c | 10 ----------
2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -45,7 +45,6 @@ Key keys[] = {
{ MODKEY, XK_k, focusprev, …
{ MODKEY, XK_h, setmwfact, …
{ MODKEY, XK_l, setmwfact, …
- { MODKEY, XK_m, maximize, …
{ MODKEY, XK_r, reapply, …
{ MODKEY, XK_Return, zoom, …
{ MODKEY, XK_Tab, viewprevtag, …
diff --git a/dwm.c b/dwm.c
t@@ -174,7 +174,6 @@ void leavenotify(XEvent *e);
void manage(Window w, XWindowAttributes *wa);
void mappingnotify(XEvent *e);
void maprequest(XEvent *e);
-void maximize(const char *arg);
void movemouse(Client *c);
Client *nexttiled(Client *c, Monitor *m);
void propertynotify(XEvent *e);
t@@ -1135,15 +1134,6 @@ maprequest(XEvent *e) {
}
void
-maximize(const char *arg) {
-/*
- if(!sel || (!sel->isfloating && layout->arrange != floating))
- return;
- resize(sel, wax, way, waw - 2 * sel->border, wah - 2 * sel->border, Tr…
-*/
-}
-
-void
movemouse(Client *c) {
int x1, y1, ocx, ocy, di, nx, ny;
unsigned int dui;
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.