From: Michael Stapelberg Date: Sun, 19 Apr 2009 20:31:49 +0000 (+0200) Subject: Add missing files to make dist, delete old RFC file X-Git-Tag: 3.a-bf1~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=751fb27b239ec3fd8272782bdb023c759e615c16;p=i3%2Fi3 Add missing files to make dist, delete old RFC file --- diff --git a/Makefile b/Makefile index 1ddfb23b..9e6c5f30 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ dist: clean [ ! -f i3-${VERSION} ] || rm -rf i3-${VERSION} [ ! -e i3-${VERSION}.tar.bz2 ] || rm i3-${VERSION}.tar.bz2 mkdir i3-${VERSION} - cp DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO i3.config i3-${VERSION} + cp DEPENDS GOALS LICENSE PACKAGE-MAINTAINER TODO i3.config i3.desktop pseudo-doc.doxygen i3-${VERSION} cp -r src include docs man i3-${VERSION} sed -e 's/^GIT_VERSION=\(.*\)/GIT_VERSION=${GIT_VERSION}/g;s/^VERSION=\(.*\)/VERSION=${VERSION}/g' Makefile > i3-${VERSION}/Makefile tar cf i3-${VERSION}.tar i3-${VERSION} diff --git a/RFC b/RFC deleted file mode 100644 index 55cf2c89..00000000 --- a/RFC +++ /dev/null @@ -1,45 +0,0 @@ - -KEY FEATURES - -* Schnelligkeit durch xcb, möglicherweise compositing/bufferfoo -* Xinerama -* Wichtige/Triviale Features werden direkt übernommen (Fenster bewegen), keine Forks/ - Events nötig -* Hooks werden zur Verfügung gestellt wo sinnvoll (Titel eines Fensters wird geändert, - neues Fenster wird erstellt). Hooks sind einfach C-Callbacks, die structs enthalten mit - dem Messagetype und Parametern. TODO: IPC-Mechanismus ist noch zu bestimmen (libevent - nutzen oder so?). -* Mit Messages werden sinnvolle Funktionen gesteuert, zum Beispiel der Inhalt der Bars -* Unnötige Rendervorgänge werden automagisch wegoptimiert -* Bei neuen Screens (beamer, etc…) verhält sich i3 so wie man das möchte™ -* Dokumentation ist wichtig! Alles soll dokumentiert sein, und zwar gut und aktuell. - -FEATURES - -* Tags unabhängig vom Screen -* Cursor-warp ein/ausschaltbar -* Titlebars frei positionierbar (oben, unten, links, rechts, aus) -* Default/Stack-Layout -* Floating (später™) -* Konfigurierbare Fonts -* Message-Generator-Programm (i3_msg cursorwarp off) - - -KEYBINDINGS - -Siehe Datei CMDMODE - - -IMPLEMENTATIONSDETAILS - -* snap nach links = move links + snap rechts -* snap nach oben = move oben + snap unten - - -HOOKS: - -* TODO: API - -MESSAGES: - -* TODO: API