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
assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
main
Anselm R Garbe
15 years ago
parent
ab06f7444b
commit
e3f0445df1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
dwm.c
+ 1
- 0
dwm.c
View File
@ -1502,6 +1502,7 @@ tagmon(const Arg *arg) {
detach
(
c
)
;
detach
(
c
)
;
detachstack
(
c
)
;
detachstack
(
c
)
;
c
-
>
mon
=
m
;
c
-
>
mon
=
m
;
c
-
>
tags
=
selmon
-
>
seltags
;
/* assign tags of target monitor */
attach
(
c
)
;
attach
(
c
)
;
attachstack
(
c
)
;
attachstack
(
c
)
;
m
-
>
sel
=
c
;
m
-
>
sel
=
c
;
Write
Preview
Loading…
Cancel
Save