diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2013-04-23 12:07:43 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2013-04-23 12:07:43 +0200 |
commit | 864bc76d811e3aabd7be135af57b9a9c38f22a9d (patch) | |
tree | c2f609f23b5e9a9dc71104084f9151bc5a87fc6d | |
parent | b2a24f778a29c2f9a79da7d781e0abc7ec95653d (diff) | |
download | mcwm-864bc76d811e3aabd7be135af57b9a9c38f22a9d.zip |
Removed done item.
Spelling.
-rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -71,11 +71,6 @@ * Bug: We grab MODKEY all the time! We can grab it only when we start tabbing instead and release it when tabbing is complete. -* Key to move to previous and next workspace. David Jacobs has a patch - for mod4+shift + I/O. - - https://gist.github.com/1478365 - * Key to move windows to other workspaces, perhaps mod4+Shift + 0..9 and mod4+shift + I/O. @@ -178,7 +173,7 @@ * Code cleaning - - Obivous cleanup: The event switch is way too big. + - Obvious cleanup: The event switch is way too big. - The states are known everywhere. A tight state machine would be nicer. |