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
remove unnecessary XSync
main
Anselm R.Garbe
18 years ago
parent
db1d62e184
commit
823fb1118a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
event.c
+ 0
- 1
event.c
View File
@ -382,6 +382,5 @@ grabkeys()
GrabModeAsync
,
GrabModeAsync
)
;
XGrabKey
(
dpy
,
code
,
key
[
i
]
.
mod
|
NUMLOCKMASK
|
LockMask
,
root
,
True
,
GrabModeAsync
,
GrabModeAsync
)
;
XSync
(
dpy
,
False
)
;
}
}
Write
Preview
Loading…
Cancel
Save