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
applied Lukas' focus suggestion at startup, thanks
main
Anselm R Garbe
11 years ago
parent
6af273771c
commit
cdec9782a1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dwm.c
+ 1
- 0
dwm.c
View File
@ -1542,6 +1542,7 @@ setup(void) {
XChangeWindowAttributes
(
dpy
,
root
,
CWEventMask
|
CWCursor
,
&
wa
)
;
XSelectInput
(
dpy
,
root
,
wa
.
event_mask
)
;
grabkeys
(
)
;
focus
(
NULL
)
;
}
void
Write
Preview
Loading…
Cancel
Save