]> git.draconx.ca Git - fvwmconf.git/blob - common/bindings
Use plain urxvt for FvwmConsole.
[fvwmconf.git] / common / 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 # Window management
10 Key F4 A M  Close
11
12 # When programs don't set the resolution...
13 Key F12 A C Exec exec xrandr -s 0
14
15 # For moving windows around desktops.
16 Key J WFT CM DoPageMove 0
17 Key K WFT CM DoPageMove 1
18 Key L WFT CM DoPageMove 2
19 Key U WFT CM DoPageMove 3
20 Key I WFT CM DoPageMove 4
21 Key O WFT CM DoPageMove 5
22
23 # For moving ourself around desktops.
24 Key 1 A CM GotoPage 0 0
25 Key 2 A CM GotoPage 1 0
26 Key 3 A CM GotoPage 2 0
27 Key 4 A CM GotoPage 3 0
28 Key 5 A CM GotoPage 4 0
29 Key 6 A CM GotoPage 5 0
30
31 # Mousewheel stuff
32 Mouse 5 R A GotoPage wrapx +1p 0p
33 Mouse 4 R A GotoPage wrapx -1p 0p
34
35 Mouse 4 T N Windowshade True
36 Mouse 5 T N Windowshade False
37
38 # Console
39 Key grave A C  Exec exec $[TERMINAL]
40 Key grave A CM Exec exec $[TERMINAL] -e zsh -f
41 Key F3 A M  Module FvwmConsole -terminal urxvt
42
43 DestroyFunc DoPageMove
44 AddToFunc   DoPageMove
45 + I GotoPage   $0 0
46 + I MoveToPage $0 0