[wiki] [sites] fixed the tagall instructions for config.def.h after talking to Jan || jd
commit a8f5731848a3c9083cb2c2126fddf9344dc8a591
Author: jd <jdfriedrikson_AT_gmail.com>
Date: Wed Dec 31 11:07:03 2014 -0800
fixed the tagall instructions for config.def.h after talking to Jan
diff --git a/dwm.suckless.org/patches/tagall.md b/dwm.suckless.org/patches/tagall.md
index 88051a8..e51d5e9 100644
--- a/dwm.suckless.org/patches/tagall.md
+++ b/dwm.suckless.org/patches/tagall.md
_AT_@ -16,15 +16,15 @@ Patches against different versions of dwm are available at
* MODKEY+Shift+F1 moves all floating windows of the current tag to tag 1
- { MODKEY|ShiftMask, XK_F1, tagall, "F1" }, \
+ { MODKEY|ShiftMask, XK_F1, tagall, {.v = "F1"} }, \
...
- { MODKEY|ShiftMask, XK_F9, tagall, "F9" }, \
+ { MODKEY|ShiftMask, XK_F9, tagall, {.v = "F9"} }, \
* MODKEY+Shift+F1 moves all windows of the current tag to tag 1
- { MODKEY|ShiftMask, XK_F1, tagall, "1" }, \
+ { MODKEY|ShiftMask, XK_F1, tagall, {.v = "1"} }, \
...
- { MODKEY|ShiftMask, XK_F9, tagall, "9" }, \
+ { MODKEY|ShiftMask, XK_F9, tagall, {.v = "9"} }, \
## Author ##
* Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
Received on Wed Dec 31 2014 - 20:07:08 CET
This archive was generated by hypermail 2.3.0
: Thu Jun 18 2015 - 17:39:59 CEST