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
fixing the issue that new clients appear lowered
config
Anselm R. Garbe
18 years ago
parent
c107db57db
commit
e316cf53f6
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
client.c
+ 2
- 0
client.c
View File
@ -254,6 +254,8 @@ manage(Window w, XWindowAttributes *wa)
clients
=
c
;
settitle
(
c
)
;
if
(
isvisible
(
c
)
)
sel
=
c
;
arrange
(
NULL
)
;
XMapWindow
(
dpy
,
c
-
>
win
)
;
XMapWindow
(
dpy
,
c
-
>
twin
)
;
Write
Preview
Loading…
Cancel
Save