website: update mentionings of Xinerama

next
Michael Stapelberg 2010-03-30 13:29:51 +02:00
parent 0ac5510762
commit 49d2d1ab22
5 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<title>i3 - an improved dynamic tiling window manager</title> <title>i3 - an improved dynamic tiling window manager</title>
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii"> <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8"> <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers"> <meta name="author" content="i3 developers">
<style type="text/css"> <style type="text/css">

View File

@ -4,7 +4,7 @@
<title>i3 - an improved dynamic tiling window manager</title> <title>i3 - an improved dynamic tiling window manager</title>
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii"> <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8"> <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers"> <meta name="author" content="i3 developers">
<style type="text/css"> <style type="text/css">

View File

@ -4,7 +4,7 @@
<title>i3 - an improved dynamic tiling window manager</title> <title>i3 - an improved dynamic tiling window manager</title>
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii"> <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8"> <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers"> <meta name="author" content="i3 developers">
<style type="text/css"> <style type="text/css">

View File

@ -4,7 +4,7 @@
<title>i3 - an improved dynamic tiling window manager</title> <title>i3 - an improved dynamic tiling window manager</title>
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii"> <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8"> <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers"> <meta name="author" content="i3 developers">
<style type="text/css"> <style type="text/css">
@ -80,11 +80,11 @@ a {
<p> <p>
i3 was created because wmii, our favorite window manager at the time, didnt i3 was created because wmii, our favorite window manager at the time, didnt
provide some features we wanted (Xinerama done right, for example), had some provide some features we wanted (multi-monitor done right, for example), had
bugs, didnt progress since quite some time and wasnt easy to hack at all some bugs, didnt progress since quite some time and wasnt easy to hack at
(source code comments/documentation completely lacking). Still, we think the all (source code comments/documentation completely lacking). Still, we think
wmii developers and contributors did a great job. Thank you for inspiring us the wmii developers and contributors did a great job. Thank you for inspiring
to create i3. us to create i3.
</p> </p>
<p> <p>
@ -114,7 +114,7 @@ a {
in quite a lot of situations. in quite a lot of situations.
</li> </li>
<li> <li>
Implement Xinerama correctly, that is by assigning each workspace to a Implement multi-monitor correctly, that is by assigning each workspace to a
virtual screen. Especially make sure that attaching and detaching new monitors virtual screen. Especially make sure that attaching and detaching new monitors
like video projectors works during operation and does the right thing. like video projectors works during operation and does the right thing.
</li> </li>

View File

@ -4,7 +4,7 @@
<title>i3 - an improved dynamic tiling window manager</title> <title>i3 - an improved dynamic tiling window manager</title>
<link rel="icon" type="image/png" href="/favicon.png"> <link rel="icon" type="image/png" href="/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii"> <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended XRandR support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8"> <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers"> <meta name="author" content="i3 developers">
<style type="text/css"> <style type="text/css">