X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepistrc;h=8d9250d37d82b32a30c28bbe1a261cef1d2c43c3;hb=eb19a6b69e89c6adae1b99705b0a26edc344c87a;hp=618a60d3cd6c0931ea6dd68bc6b2fb4249dd66b8;hpb=13cf497f83b3f37df2d044bd138db9f776a077f1;p=chaz%2Fopenbox diff --git a/util/epist/epistrc b/util/epist/epistrc index 618a60d3..8d9250d3 100644 --- a/util/epist/epistrc +++ b/util/epist/epistrc @@ -1,7 +1,21 @@ +# 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"; @@ -12,17 +26,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; - o toggleomnipresent; + s toggleShade; + o toggleOmnipresent; + + 1 sendToWorkspace 1; + 2 sendToWorkspace 2; + 3 sendToWorkspace 3; + 4 sendToWorkspace 4; + 5 sendToWorkspace 5; + 6 sendToWorkspace 6; }