add the options with default values
This commit is contained in:
parent
9d280b87de
commit
ba1a71566b
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
# 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;
|
||||
|
|
Loading…
Reference in a new issue