Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
some cleanup
[dwm.git]
/
config.anselm.h
diff --git
a/config.anselm.h
b/config.anselm.h
index
990575d
..
aef5947
100644
(file)
--- a/
config.anselm.h
+++ b/
config.anselm.h
@@
-58,27
+58,26
@@
setanselmgeoms(void) {
mx = wx;
my = wy;
mw = 1280;
mx = wx;
my = wy;
mw = 1280;
- mh = 800;
+ mh = 800
- bh
;
/* tile area */
tx = 1280;
ty = 0;
/* tile area */
tx = 1280;
ty = 0;
- tw =
w
w - 1280;
- th =
w
h;
+ tw =
s
w - 1280;
+ th =
s
h;
/* monocle area */
mox = mx;
moy = my;
mow = mw;
moh = mh;
/* monocle area */
mox = mx;
moy = my;
mow = mw;
moh = mh;
-
- updatebarpos();
}
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
setgeoms();
}
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
setgeoms();
+ updatebarpos();
setlayout("[]|");
}
setlayout("[]|");
}
@@
-86,6
+85,7
@@
void
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
setgeoms();
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
setgeoms();
+ updatebarpos();
setlayout("[]=");
}
setlayout("[]=");
}