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
hotfixing with sanders hint
config
Anselm R. Garbe
18 years ago
parent
de6411c338
commit
95d8423823
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
client.c
+ 3
- 1
client.c
View File
@ -254,8 +254,10 @@ manage(Window w, XWindowAttributes *wa)
clients
=
c
;
settitle
(
c
)
;
if
(
isvisible
(
c
)
)
if
(
isvisible
(
c
)
)
{
focus
(
NULL
)
;
sel
=
c
;
}
arrange
(
NULL
)
;
XMapWindow
(
dpy
,
c
-
>
win
)
;
XMapWindow
(
dpy
,
c
-
>
twin
)
;
Write
Preview
Loading…
Cancel
Save