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
override_redirect is Bool
main
Anselm R Garbe
15 years ago
parent
1e350be229
commit
1c80c05587
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1305,7 +1305,7 @@ setup(void) {
blw
=
MAX
(
blw
,
w
)
;
}
wa
.
override_redirect
=
1
;
wa
.
override_redirect
=
True
;
wa
.
background_pixmap
=
ParentRelative
;
wa
.
event_mask
=
ButtonPressMask
|
ExposureMask
;
Write
Preview
Loading…
Cancel
Save