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
another XSync
config
Anselm R. Garbe
18 years ago
parent
901b3ed9b7
commit
94f7c2707b
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
client.c
+ 1
- 0
client.c
View File
@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
ban
(
c
)
;
ban
(
c
)
;
XMapRaised
(
dpy
,
c
-
>
win
)
;
XMapRaised
(
dpy
,
c
-
>
win
)
;
XMapRaised
(
dpy
,
c
-
>
title
)
;
XMapRaised
(
dpy
,
c
-
>
title
)
;
XSync
(
dpy
,
False
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save