mirror of
https://github.com/pikami/dwm.git
synced 2025-12-19 09:09:47 +00:00
update
This commit is contained in:
@@ -78,12 +78,14 @@ setanselmgeoms(void) {
|
|||||||
void
|
void
|
||||||
anselmgeoms(const char *arg) {
|
anselmgeoms(const char *arg) {
|
||||||
setgeoms = setanselmgeoms;
|
setgeoms = setanselmgeoms;
|
||||||
|
setgeoms();
|
||||||
setlayout("[]|");
|
setlayout("[]|");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
defgeoms(const char *arg) {
|
defgeoms(const char *arg) {
|
||||||
setgeoms = setdefaultgeoms;
|
setgeoms = setdefaultgeoms;
|
||||||
|
setgeoms();
|
||||||
setlayout("[]=");
|
setlayout("[]=");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user