diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:03:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:03:42 +0000 |
| commit | 348c8bff112604da741b0e109bda9b5af7672db4 (patch) | |
| tree | 6823b7160783e010c8232c55b7a9c8d64cab8043 /util/epist/actions.hh | |
| parent | a9dfa0439bd8d4f525d5b41a22a3eb14b94d1200 (diff) | |
add cycling of next/prev window of class
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 0588692d..0d3e572b 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -50,8 +50,8 @@ public: nextWindowOnAllWorkspaces, //done prevWindowOnAllWorkspaces, //done - nextWindowOfClass, - prevWindowOfClass, + nextWindowOfClass, //done + prevWindowOfClass, //done changeWorkspace, //done nextWorkspace, //done |
