]> git.draconx.ca Git - fvwmconf.git/blob - bindings
Implement support for fullscreening applications.
[fvwmconf.git] / bindings
1 # Globalbinds covers these.
2 Key Page_Down A CM Nop
3 Key Page_Up   A CM Nop
4 Key End       A CM Nop
5 Key Home      A CM Nop
6 Key Insert    A CM Nop
7 Key N         A CM Nop
8
9 # When programs don't set the resolution...
10 Key F12 A C Exec exec xrandr -s 0
11
12 # For moving windows around desktops.
13 Key J WFT CM DoPageMove 0
14 Key K WFT CM DoPageMove 1
15 Key L WFT CM DoPageMove 2
16 Key U WFT CM DoPageMove 3
17 Key I WFT CM DoPageMove 4
18 Key O WFT CM DoPageMove 5
19
20 # For moving ourself around desktops.
21 Key 1 A CM GotoPage 0 0
22 Key 2 A CM GotoPage 1 0
23 Key 3 A CM GotoPage 2 0
24 Key 4 A CM GotoPage 3 0
25 Key 5 A CM GotoPage 4 0
26 Key 6 A CM GotoPage 5 0
27
28 # Mousewheel stuff
29 Mouse 5 R A GotoPage wrapx +1p 0p
30 Mouse 4 R A GotoPage wrapx -1p 0p
31
32 Mouse 4 T N Windowshade True
33 Mouse 5 T N Windowshade False
34
35 DestroyFunc DoPageMove
36 AddToFunc   DoPageMove
37 + I GotoPage   $0 0
38 + I MoveToPage $0 0