cvsimport
[fvwm.git] / modules / FvwmConsole / .fvwm2rc.sample
blob0a543b941291bedeff1fe5b7ea97b969c1711685
1 # open big xterm
2 *FvwmConsoleSubst '^bigx' 'Exec xterm -g 120x60+0+0 -fn 10x20 -fg black -bg lemonchiffon'
4 *FvwmConsoleSubst '^fb' 'FvwmButtons'
6 # jump to desk 0, page 0 <argument>, and focus
7 *FvwmConsoleSubst '^g\s*(\d+)' 'Desk 0 0\nGotoPage 0 $1 \nFocus'
9 # open xterm with console
10 *FvwmConsoleSubst '^XC' 'Exec xterm -g 40x6-0+200 -fn 7x14 -C &'
12 # open xterm with console and FvwmConsole - XCF at the begining
13 *FvwmConsoleSubst '^XCF' 'FvwmConsole -C -e /usr/lib/X11/fvwm2/FvwmConsoleC.pl'
15 # list functions
16 *FvwmConsoleKey \mc list_func
18 # execute last command - meta cntrol a
19 *FvwmConsoleKey \m\ca 'prev_line(); enter();'
21 # some common style
22 # substitute  BARE with non-word char surrounding it to bare window style
23 *FvwmConsoleSubst '(\W)BARE($|\W)' '$1NoTitle, NoHandles, Sticky, WindowListSkip, Borderwidth 0 '