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
applied the saner patch (removed the pathetic one)
main
Anselm R.Garbe
18 years ago
parent
fe3dfbbe90
commit
aff4c787f4
1 changed files
with
3 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-7
tag.c
+ 3
- 7
tag.c
View File
@ -37,15 +37,11 @@ void (*arrange)(Arg *) = DEFMODE;
void
appendtag
(
Arg
*
arg
)
{
Client
*
c
=
sel
;
if
(
!
c
)
if
(
!
sel
)
return
;
c
-
>
tags
[
arg
-
>
i
]
=
True
;
arrange
(
NULL
)
;
focus
(
c
)
;
restack
(
)
;
sel
-
>
tags
[
arg
-
>
i
]
=
True
;
settitle
(
sel
)
;
}
void
Write
Preview
Loading…
Cancel
Save