]> git.sur5r.net Git - i3/i3/commitdiff
remove obsolete CMDMODE and TODO files, update LICENSE
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Oct 2011 14:18:04 +0000 (15:18 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Oct 2011 14:18:04 +0000 (15:18 +0100)
CMDMODE [deleted file]
LICENSE
TODO [deleted file]

diff --git a/CMDMODE b/CMDMODE
deleted file mode 100644 (file)
index 95cb5bc..0000000
--- a/CMDMODE
+++ /dev/null
@@ -1,47 +0,0 @@
----------------------
-- Command mode
----------------------
-
-This is the grammar for the 'command mode' (your configuration file
-uses these commands, too).
-
-left  := <h> | <cursor-left>
-right := <l> | <cursor-right>
-up    := <j> | <cursor-up>
-down  := <k> | <cursor-down>
-
-where := <left|right|up|down> | <tag>
-move  := <m>
-snap  := <s>
-
-cmd     := [ <times> ] [ <move> | <snap> ] <where>
-with    := <w> { [ <times> ] <where> }+ <space> <cmd>
-jump    := [ "<window class>[/<window title>]" | <workspace> [ <column> <row> ] ]
-focus   := focus [ <times> | floating | tiling | ft ]
-  (travels the focus stack backwards, <times> number of times (by default 1).
-   So by specifying "focus 1" it selects the window which last had the focus
-   before you focused the current one window.
-   The following 3 special values are also valid:
-    'floating' (select the next floating window).
-      'tiling' (select the next tiling window).
-          'ft' (toggle tiling/floating: if the current window is floating,
-                select the next tiling window and vice-versa)
-special := [ exec <path> | kill | exit | restart ]
-
-input   := [ <cmd> | <with> | <jump> | <focus> | <special> ]
-
-you can cancel command mode by pressing escape anytime.
-
-Some examples:
-
-Select the window on the left:
-h
-
-Select the window two places on the left:
-2h
-
-Move window to the right:
-ml
-
-Move window and window on the bottom to the right:
-wk ml
diff --git a/LICENSE b/LICENSE
index 5771597b048a787f7a28cdfb68f1f269a383fe51..05f078e2b6e05ab9580079694d4ec830c90eab12 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009, Michael Stapelberg
+Copyright © 2009-2011, Michael Stapelberg and contributors
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index 40b56ce..0000000
--- a/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Please see http://i3wm.org/ for our bugtracker.
-
-Some old notes, just to not lose them:
- * was passiert, wenn zwei fenster fullscreen wollen auf dem selben workspace?
- * OpenOffice
- * funktioniert xinerama etc. mit --below? insbesondere das fokus-verschieben in andere screens