summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-16 03:05:14 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-16 03:05:14 +0000
commit13cf497f83b3f37df2d044bd138db9f776a077f1 (patch)
tree15f185f8e224e0a5848f879d4e323d222adfe3bb
parentb660ebe8240430bb9460c3db3511e98dcf00ecd7 (diff)
Added default rc file
-rw-r--r--util/epist/epistrc28
1 files changed, 28 insertions, 0 deletions
diff --git a/util/epist/epistrc b/util/epist/epistrc
new file mode 100644
index 00000000..618a60d3
--- /dev/null
+++ b/util/epist/epistrc
@@ -0,0 +1,28 @@
+Mod1-F1 changeWorkspace 1;
+Mod1-F2 changeWorkspace 2;
+Mod1-F3 changeWorkspace 3;
+Mod1-F4 changeWorkspace 4;
+
+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;
+
+Mod1-Up moveWindowUp;
+Mod1-Down moveWindowDown;
+Mod1-Left moveWindowLeft;
+Mod1-Right moveWindowRight;
+
+Control-Mod1-x {
+ i iconify;
+ r raise;
+ l lower;
+ k close;
+ s shade;
+ o toggleomnipresent;
+}
+