]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/epistrc
add -help and -version (thanks ppl)
[mikachu/openbox.git] / util / epist / epistrc
1 # Default epistrophy rc file
2
3 Mod1-F1 changeWorkspace 1;
4 Mod1-F2 changeWorkspace 2;
5 Mod1-F3 changeWorkspace 3;
6 Mod1-F4 changeWorkspace 4;
7 Mod1-F5 changeWorkspace 5;
8 Mod1-F6 changeWorkspace 6;
9 Mod1-F7 changeWorkspace 7;
10
11
12 Control-F1 execute "xterm";
13
14 Control-Mod1-Right nextWindow;
15 Control-Mod1-Shift-Right nextwindowonallworkspaces;
16 Control-Mod1-Left prevWindow;
17 Control-Mod1-Shift-Left prevwindowonallworkspaces;
18 Control-Mod1-Up nextWorkspace;
19 Control-Mod1-Down prevWorkspace;
20
21 # These default to 5 pixels.
22 Mod1-Up moveWindowUp;
23 Mod1-Down moveWindowDown;
24 Mod1-Left moveWindowLeft;
25 Mod1-Right moveWindowRight;
26
27 Control-Mod1-Shift-x {
28     i iconify;
29     r raise;
30     l lower;
31     k close;
32     s toggleshade;
33     o toggleomnipresent;
34
35     1 sendToWorkspace 1;
36     2 sendToWorkspace 2;
37     3 sendToWorkspace 3;
38     4 sendToWorkspace 4;
39     5 sendToWorkspace 5;
40     6 sendToWorkspace 6; 
41 }
42