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
typo fix
main
Anselm R Garbe
15 years ago
parent
e3f0445df1
commit
a73ff905b0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1502,7 +1502,7 @@ tagmon(const Arg *arg) {
detach
(
c
)
;
detachstack
(
c
)
;
c
-
>
mon
=
m
;
c
-
>
tags
=
sel
m
on
-
>
seltags
;
/* assign tags of target monitor */
c
-
>
tags
=
m
-
>
seltags
;
/* assign tags of target monitor */
attach
(
c
)
;
attachstack
(
c
)
;
m
-
>
sel
=
c
;
Write
Preview
Loading…
Cancel
Save