This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update
main
Anselm R Garbe
16 years ago
parent
2fc9cffdeb
commit
8aa1533879
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config.anselm.h
+ 2
- 0
config.anselm.h
View File
@ -78,12 +78,14 @@ setanselmgeoms(void) {
void
anselmgeoms
(
const
char
*
arg
)
{
setgeoms
=
setanselmgeoms
;
setgeoms
(
)
;
setlayout
(
"
[]|
"
)
;
}
void
defgeoms
(
const
char
*
arg
)
{
setgeoms
=
setdefaultgeoms
;
setgeoms
(
)
;
setlayout
(
"
[]=
"
)
;
}
Write
Preview
Loading…
Cancel
Save