summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2012-01-24 11:59:26 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2012-01-24 11:59:26 +0100
commitbff35a51300c5dc644a1c2d7bdb69c4bed97cff7 (patch)
treea499f31319b9d3be0153d554bb1080027831abde
parent76e3494126949d95af993e28f4fead6d9b3ae2d1 (diff)
downloadmcwm-bff35a51300c5dc644a1c2d7bdb69c4bed97cff7.zip
Added more items.
Mod2 != MODKEY, so changed to MODKEY.
-rw-r--r--TODO32
1 files changed, 26 insertions, 6 deletions
diff --git a/TODO b/TODO
index 4248532..5699d7a 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,25 @@
-*- text -*-
+* Bug: We grab MODKEY all the time! We can grab it only when we start
+ tabbing instead and release it when tabbing is complete.
+
+* Flag (-i, perhaps?) to allow windows to be unmapped. Add unmap patch
+ from Christian.
+
+* 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.
+
+* Full-screen windows that are resized from client should be kept
+ full-screen.
+
+* When moving windows between physical screens, try to place the
+ window on roughly the same place on a new screen, if possible.
+
* When a window tries to map itself outside the physical screens,
always map it to the screen closest to the coordinates it asked for
instead of always mapping on the first screen in the list.
@@ -42,12 +62,12 @@
- A window might be on one, *several* or all virtual screens.
- We already have a way of fixing a window on all screens (Mod2-f),
- but we need a way of saying "stick on this workspace". Perhaps
- something like Mod2-a <n>, where <n> is 1--9 for virtual screens.
- Better ways? Note that this seems to be mildly incompatible with
- the EWMH _NET_WM_DESKTOP hint we're currently using: We will only
- be able to save one of the desktops used.
+ We already have a way of fixing a window on all screens
+ (MODKEY-f), but we need a way of saying "stick on this workspace".
+ Perhaps something like MODKEY-a <n>, where <n> is 1--9 for virtual
+ screens. Better ways? Note that this seems to be mildly
+ incompatible with the EWMH _NET_WM_DESKTOP hint we're currently
+ using: We will only be able to save one of the desktops used.
* Hide windows