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
except improvements to the mouse handling this is already nearly feature complete
config
Anselm R. Garbe
18 years ago
parent
66da15324e
commit
86d9851427
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
client.c
+ 5
- 0
client.c
View File
@ -60,8 +60,13 @@ max(Arg *arg)
void
view
(
Arg
*
arg
)
{
Client
*
c
;
tsel
=
arg
-
>
i
;
arrange
(
NULL
)
;
for
(
c
=
clients
;
c
;
c
=
next
(
c
-
>
next
)
)
draw_client
(
c
)
;
}
void
Write
Preview
Loading…
Cancel
Save