all repos — openbox @ e9c1208ff453eb7f3b10a1346252e26c8d7c3fcd

openbox fork - make it a bit more like ryudo

util/epist/epistrc (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Default epistrophy rc file

Mod1-F1 changeWorkspace 1;
Mod1-F2 changeWorkspace 2;
Mod1-F3 changeWorkspace 3;
Mod1-F4 changeWorkspace 4;
Mod1-F5 changeWorkspace 5;
Mod1-F6 changeWorkspace 6;
Mod1-F7 changeWorkspace 7;


Control-F1 execute "xterm";

Control-Mod1-Right nextWindow;
Control-Mod1-Shift-Right nextwindowonallworkspaces;
Control-Mod1-Left prevWindow;
Control-Mod1-Shift-Left prevwindowonallworkspaces;
Control-Mod1-Up nextWorkspace;
Control-Mod1-Down prevWorkspace;

# These default to 5 pixels.
Mod1-Up moveWindowUp;
Mod1-Down moveWindowDown;
Mod1-Left moveWindowLeft;
Mod1-Right moveWindowRight;

Control-Mod1-Shift-x {
    i iconify;
    r raise;
    l lower;
    k close;
    s toggleShade;
    o toggleOmnipresent;

    1 sendToWorkspace 1;
    2 sendToWorkspace 2;
    3 sendToWorkspace 3;
    4 sendToWorkspace 4;
    5 sendToWorkspace 5;
    6 sendToWorkspace 6; 
}