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
added a new comment
main
Anselm R Garbe
16 years ago
parent
c19d4b2930
commit
f2e98f48fb
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
dwm.c
+ 2
- 1
dwm.c
View File
@ -96,7 +96,8 @@ typedef struct {
const
char
*
symbol
;
void
(
*
arrange
)
(
void
)
;
Bool
isfloating
;
}
Layout
;
}
Layout
;
/* TODO: layout should keep an auxilliary pointer to its Geometry,
instead
of
having
all
those
layout
specific
vars
globally
*/
typedef
struct
{
const
char
*
prop
;
Write
Preview
Loading…
Cancel
Save