index.md (952B)
1 goback 2 ====== 3 4 Description 5 ----------- 6 This patch adds a function named `goback` which allows activating the previously active tagset and binds it to *MODKEY+g*. Unlike dwm's `view` function (bound to *MODKEY+Tab* by default), `goback` registers when you focus another monitor. 7 8 Examples 9 -------- 10 * You are on your first monitor and switch from tag 1 to tag 2. Then `goback` (*MODKEY+g*) brings you back to tag 1 (like *MODKEY+Tab*). 11 * Next, you focus your third monitor (which is showing tags 3 and 4), no matter if your use your mouse or a shortcut like *MODKEY+comma*. Then `goback` (*MODKEY+g*) brings the focus back to your first monitor (tag 1). Pressing *MODKEY+g* again brings you back to the third monitor (tags 3 and 4). 12 13 Download 14 -------- 15 * [dwm-goback-20201227-61bb8b2.diff](dwm-goback-20201227-61bb8b2.diff) 16 17 (Also available at [GitHub](https://github.com/MaxGyver83/dwm-goback)) 18 19 Author 20 ------ 21 * Max Schillinger - <maxschillinger@web.de>