This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
set layout already here
config
Anselm R Garbe
16 years ago
parent
3c5b6f03ba
commit
2fc9cffdeb
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
config.anselm.h
+ 2
- 2
config.anselm.h
View File
@ -78,13 +78,13 @@ setanselmgeoms(void) {
void
anselmgeoms
(
const
char
*
arg
)
{
setgeoms
=
setanselmgeoms
;
arrange
(
)
;
setlayout
(
"
[]|
"
)
;
}
void
defgeoms
(
const
char
*
arg
)
{
setgeoms
=
setdefaultgeoms
;
arrange
(
)
;
setlayout
(
"
[]=
"
)
;
}
/* key definitions */
Write
Preview
Loading…
Cancel
Save