diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-14 00:13:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-14 00:13:20 +0000 |
| commit | 0afb43164484dcac4773ad778c032687da6b01aa (patch) | |
| tree | fa7e17844a338d346d74c8f06034692a527fc4fb /util/epist/epistrc | |
| parent | b683a4e0efe470ab38b75a767b4ea2abf004626a (diff) | |
rm the util directory
Diffstat (limited to 'util/epist/epistrc')
| -rw-r--r-- | util/epist/epistrc | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/util/epist/epistrc b/util/epist/epistrc deleted file mode 100644 index 8d9250d3..00000000 --- a/util/epist/epistrc +++ /dev/null @@ -1,50 +0,0 @@ -# Default epistrophy rc file - -options { - # default option values - - stackedCycling false; - chainTimeout 4000; - workspaceColumns 0; -} - -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; -} - |
