index.md (834B)
1 tag all 2 ======= 3 4 Description 5 ----------- 6 Shortcut to move all (floating) windows from one tag to another. 7 8 Download 9 -------- 10 * [dwm-tagall-20160731-56a31dc.diff](dwm-tagall-20160731-56a31dc.diff) 11 * [dwm-tagall-6.1.diff](dwm-tagall-6.1.diff) (1058b) (20140209) 12 * [dwm-tagall-6.0.diff](dwm-tagall-6.0.diff) (988b) (20120406) 13 14 Configuration 15 ------------- 16 * MODKEY+Shift+F1 moves all floating windows of the current tag to tag 1 17 18 { MODKEY|ShiftMask, XK_F1, tagall, {.v = "F1"} }, \ 19 ... 20 { MODKEY|ShiftMask, XK_F9, tagall, {.v = "F9"} }, \ 21 22 * MODKEY+Shift+F1 moves all windows of the current tag to tag 1 23 24 { MODKEY|ShiftMask, XK_F1, tagall, {.v = "1"} }, \ 25 ... 26 { MODKEY|ShiftMask, XK_F9, tagall, {.v = "9"} }, \ 27 28 Author 29 ------ 30 * Jan Christoph Ebersbach - <jceb@e-jc.de>