summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2013-04-23 12:07:43 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2013-04-23 12:07:43 +0200
commit864bc76d811e3aabd7be135af57b9a9c38f22a9d (patch)
treec2f609f23b5e9a9dc71104084f9151bc5a87fc6d
parentb2a24f778a29c2f9a79da7d781e0abc7ec95653d (diff)
downloadmcwm-864bc76d811e3aabd7be135af57b9a9c38f22a9d.zip
Removed done item.
Spelling.
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 9133d96..f85cb77 100644
--- a/TODO
+++ b/TODO
@@ -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.