diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
| commit | cc5bde6d00892cf27fcb6e4e0b4974bcecca265f (patch) | |
| tree | 1573f740857df62f526e768cd5f7d89b2218a71f /util/epist/parser.cc | |
| parent | d181f1ad05332c42eb090384666171a142f54b0c (diff) | |
toggledecor almost done
some code cleanups/fixes
Diffstat (limited to 'util/epist/parser.cc')
| -rw-r--r-- | util/epist/parser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/parser.cc b/util/epist/parser.cc index 7d7a2e8a..548212c4 100644 --- a/util/epist/parser.cc +++ b/util/epist/parser.cc @@ -101,6 +101,7 @@ void parser::setAction(string act) { "prevscreen", Action::prevScreen }, { "showrootmenu", Action::showRootMenu }, { "showworkspacemenu", Action::showWorkspaceMenu }, + { "toggledecorations", Action::toggleDecorations }, { "stringchain", Action::stringChain }, { "keychain", Action::keyChain }, { "numberchain", Action::numberChain }, |
