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 (884B)
---
1 focusbynum
2 ==========
3
4 Description
5 -----------
6 This patch allows you to focus on a window with the corresponding number
7 in the stack on the current tagset just one key combination.
8
9 For example, there are 5 windows opened in the currently active tagset.
10 To access the 3rd window press ModKey+l.
11
12 All of the key combinations are enabled in the current config.def.h file
13 are listed below in the corresponding order:
14 1. ModKey+j
15 2. ModKey+k
16 3. ModKey+l
17 4. ModKey+:
18 5. ModKey+f
19 6. ModKey+d
20 7. ModKey+s
21 8. ModKey+a
22
23 You can edit the key combinations however you want in the config.h file.
24
25 You can add any number of key combinations with the focusbynum function,
26 specifying the corresponding window number assigned to the .i variable.
27
28 Download
29 --------
30 * [dwm-focusbynum-20230720-e81f17d.diff](dwm-focusbynum-20230720-e81f17d.diff)
31
32 Author
33 ------
34 * Dima Rogiv - <dirsednet.it@gmail.com>