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
fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
config
Anselm R. Garbe
17 years ago
parent
bedbe59aaa
commit
635b64384d
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
@ -648,7 +648,8 @@ enternotify(XEvent *e) {
return
;
if
(
(
c
=
getclient
(
ev
-
>
window
)
)
)
{
focus
(
c
)
;
restack
(
)
;
if
(
ISTILE
&
&
!
c
-
>
isfloating
)
restack
(
)
;
}
else
if
(
ev
-
>
window
=
=
root
)
{
selscreen
=
True
;
Write
Preview
Loading…
Cancel
Save