summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-16 04:38:14 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-16 04:38:14 +0000
commit963473ba556521f918db6d8e312c3fcee09c7c1d (patch)
tree6d7f486b91a22557dcf7e8bee3326a5aff8dae8d /util
parenta2db09b869a588e56f816a41e3e7f31140183406 (diff)
some new functions added to the rc file
Diffstat (limited to 'util')
-rw-r--r--util/epist/epistrc18
1 files changed, 16 insertions, 2 deletions
diff --git a/util/epist/epistrc b/util/epist/epistrc
index 618a60d3..ca3a82ba 100644
--- a/util/epist/epistrc
+++ b/util/epist/epistrc
@@ -1,7 +1,13 @@
+# 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";
@@ -12,17 +18,25 @@ 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-x {
+Control-Mod1-Shift-x {
i iconify;
r raise;
l lower;
k close;
- s shade;
+ s toggleshade;
o toggleomnipresent;
+
+ 1 sendToWorkspace 1;
+ 2 sendToWorkspace 2;
+ 3 sendToWorkspace 3;
+ 4 sendToWorkspace 4;
+ 5 sendToWorkspace 5;
+ 6 sendToWorkspace 6;
}