]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/epistrc
took out some debug messages
[mikachu/openbox.git] / util / epist / epistrc
1 # Default epistrophy rc file
2
3 options {
4         # default option values
5
6         stackedCycling false;
7         chainTimeout 4000;
8         workspaceColumns 0;
9 }
10
11 Mod1-F1 changeWorkspace 1;
12 Mod1-F2 changeWorkspace 2;
13 Mod1-F3 changeWorkspace 3;
14 Mod1-F4 changeWorkspace 4;
15 Mod1-F5 changeWorkspace 5;
16 Mod1-F6 changeWorkspace 6;
17 Mod1-F7 changeWorkspace 7;
18
19
20 Control-F1 execute "xterm";
21
22 Control-Mod1-Right nextWindow;
23 Control-Mod1-Shift-Right nextwindowonallworkspaces;
24 Control-Mod1-Left prevWindow;
25 Control-Mod1-Shift-Left prevwindowonallworkspaces;
26 Control-Mod1-Up nextWorkspace;
27 Control-Mod1-Down prevWorkspace;
28
29 # These default to 5 pixels.
30 Mod1-Up moveWindowUp;
31 Mod1-Down moveWindowDown;
32 Mod1-Left moveWindowLeft;
33 Mod1-Right moveWindowRight;
34
35 Control-Mod1-Shift-x {
36     i iconify;
37     r raise;
38     l lower;
39     k close;
40     s toggleShade;
41     o toggleOmnipresent;
42
43     1 sendToWorkspace 1;
44     2 sendToWorkspace 2;
45     3 sendToWorkspace 3;
46     4 sendToWorkspace 4;
47     5 sendToWorkspace 5;
48     6 sendToWorkspace 6; 
49 }
50