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
simplified manage
config
Anselm R. Garbe
18 years ago
parent
1b2e149cb4
commit
f15f45a9f8
1 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
client.c
+ 2
- 5
client.c
View File
@ -254,15 +254,12 @@ manage(Window w, XWindowAttributes *wa)
clients
=
c
;
settitle
(
c
)
;
if
(
isvisible
(
c
)
)
{
focus
(
NULL
)
;
sel
=
c
;
}
arrange
(
NULL
)
;
ban
(
c
)
;
XMapWindow
(
dpy
,
c
-
>
win
)
;
XMapWindow
(
dpy
,
c
-
>
twin
)
;
if
(
isvisible
(
c
)
)
focus
(
c
)
;
arrange
(
NULL
)
;
}
void
Write
Preview
Loading…
Cancel
Save