]> git.sur5r.net Git - i3/i3/commitdiff
Adjust RFC/TODO, forgot _GNU_SOURCE in layout.c
authorMichael Stapelberg <michael+git@stapelberg.de>
Fri, 13 Feb 2009 18:15:32 +0000 (19:15 +0100)
committerMichael Stapelberg <michael+git@stapelberg.de>
Fri, 13 Feb 2009 18:15:32 +0000 (19:15 +0100)
RFC
TODO
src/layout.c

diff --git a/RFC b/RFC
index 5d7492042bd3803f92f041579250466a47424e64..55cf2c89f7406cc9d087b846c78a01f91cf94216 100644 (file)
--- a/RFC
+++ b/RFC
@@ -27,16 +27,7 @@ FEATURES
 
 KEYBINDINGS
 
-* mod + cursor                 select window
-* mod + shift + cursor         move window
-* mod + ctrl + cursor          snap window
-* mod + d/s                    default/stacking
-* mod + 1|2|3|…                      switch to tag <1|2|3|…>
-* mod + shift + 1|2|3|…              move window to tag …
-* mod + ctrl + 1|2|3|…               move container to tag …
-* mod + f                      fullscreen
-* mod + k                      kill
-* mod + return                 terminal
+Siehe Datei CMDMODE
 
 
 IMPLEMENTATIONSDETAILS
@@ -45,7 +36,6 @@ IMPLEMENTATIONSDETAILS
 * snap nach oben = move oben + snap unten
 
 
-
 HOOKS:
 
 * TODO: API
diff --git a/TODO b/TODO
index ad48e26ce36c2d5c69fcd5dbc6c9c9f3471a12f0..46f1ea23c67fa697a6c85f9568eb6bd868396ea5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,8 +3,7 @@ TODO list, in order of importance:
  * freely resizable (e.g. using your mouse, for now) percentage of rows/cols
  * fullscreen (handling of applications)
  * fullscreen (implementing a mode, like default, stacked)
- * workspaces+xinerama
- * clean up the source code
+ * xinerama
  * document stuff!
  * more documentation!
  * debian package
index 4a09e416fbac97d79aaa3e255d9c6bf8dd3e983c..cac32ff2d37c726d7266dc9cffe2947b417e6a71 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>