Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (1788B)
---
1 Alt-tab
2 =======
3
4 Description
5 -----------
6 This patch add alt-tab like functionality to dwm.
7 It cycles through windows/clients in their recently used order.
8
9 Configuration Options
10 ---------------------
11 * `tabModKey` - If this key is hold the alt-tab functionality stays acti…
12 * `tabCycleKey` - If this key is hit the alt-tab program moves one posit…
13 * `tabPosY` - Tab position on Y axis, 0 = bottom, 1 = center, 2 = top
14 * `tabPosX` - Tab position on X axis, 0 = left, 1 = center, 2 = right
15 * `maxWTab` - Tab menu width
16 * `maxHTab` - Tab menu height
17
18 keycode
19 -------
20 tabModkey and tabCycleKey are keycodes values.
21 If you want to change them you can get different keycode values from "ge…
22
23 Compile get-xkey
24 ``
25 gcc get-xkey.c -L/usr/X11R6/lib -lX11 -o get-xkey
26 ``
27 run
28 ``
29 ./get-xkey
30 ``
31 Now just press desired key and watch output in stdout.
32 To quit program just close the window or in the terminal press Ctrl+c.
33
34 Notes
35 -----
36 This patch is also hosted on my [github](https://github.com/ViliamKovac1…
37
38 Download
39 --------
40 * [dwm-alttab-20220709-d3f93c7.diff](dwm-alttab-20220709-d3f93c7.diff)
41 * [dwm-alttab-6.4.diff](dwm-alttab-6.4.diff) LATEST
42 * [get-xkey.c](get-xkey.c)
43
44 Authors
45 -------
46 * Viliam Kováč - [email protected]
47
48 Contributors
49 ------------
50 * Daniel Gerblick - [email protected]
51
52 Fake Internet money
53 -------------------
54 If you like my work and want to support me by some fake internet money, …
55
56 85EVKkDnQMYZxmJ7Fj5dG6Lw9V3vZRxAjft3btaB2FhzTCGoGocbRTAS857tgZvy1QD5cShx…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.