This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
simplified manage
main
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