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
drawstatus even if no client exists
main
Anselm R. Garbe
18 years ago
parent
69b738c097
commit
c60de1acd4
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
view.c
+ 3
- 1
view.c
View File
@ -218,8 +218,10 @@ restack()
Client
*
c
;
XEvent
ev
;
if
(
!
sel
)
if
(
!
sel
)
{
drawstatus
(
)
;
return
;
}
if
(
sel
-
>
isfloat
|
|
arrange
=
=
dofloat
)
{
XRaiseWindow
(
dpy
,
sel
-
>
win
)
;
XRaiseWindow
(
dpy
,
sel
-
>
twin
)
;
Write
Preview
Loading…
Cancel
Save