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
changed restack, to fix undrawed tag indicators
config
Anselm R. Garbe
18 years ago
parent
f8181f64e2
commit
72faa1919e
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
view.c
+ 2
- 3
view.c
View File
@ -185,10 +185,9 @@ restack(void) {
Client
*
c
;
XEvent
ev
;
if
(
!
sel
)
{
drawstatus
(
)
;
drawstatus
(
)
;
if
(
!
sel
)
return
;
}
if
(
sel
-
>
isfloat
|
|
arrange
=
=
dofloat
)
XRaiseWindow
(
dpy
,
sel
-
>
win
)
;
if
(
arrange
!
=
dofloat
)
{
Write
Preview
Loading…
Cancel
Save