index.md - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
index.md (1443B)
---
1 winview
2 ========
3
4 Description
5 -----------
6 Dwm tags are a powerfull feature that allows organizing windows in workspaces.
7 Sometime it can be difficult to remember the tag to activate to unhide a
8 window. With the winview patch the window to unhide can be selected from the
9 all-window view. The user switches to the all-window view (`Mod1-0`), selects
10 the window (`Mod1-j`/`k` or using the mouse) and press `Mod1-o`. The key
11 `Mod1-o` switches the view to the selected window tag.
12
13 Recommend patches
14 -----------------
15 The [grid](../gridmode/) layout is well adapted to display many windows in a
16 limited space. Using both [grid](../gridmode/) and [pertag](../pertag/) patches
17 you will be able to select this layout for the all-window view while keeping
18 your preferred layout for the other views.
19
20 Configuration and Installation
21 ------------------------------
22
23 ### Using the default configuration file
24
25 * Make sure the directory where you build dwm does not contain a config.h file;
26 * Apply the patch;
27 * Run make and make install.
28
29 ### Using an existing customised configuration file
30
31 Apply the patch; Add the following element in the keys array:
32
33 { MODKEY, XK_o, winview, {0} },
34
35 Run make and make install.
36
37
38 An example of how to insert this line can be found in the default config file
39 template, config.def.h.
40
41 Download
42 --------
43 * [dwm-6.0-winview.diff](dwm-6.0-winview.diff)
44
45 Author
46 ------
47 * Philippe Gras - `<philippe dot gras at free dot fr>`