-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
80 lines (65 loc) · 3.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=1.0">
<title>LeftWM - A tiling window manager for Adventurers</title>
<link rel="stylesheet" type="text/css" href="index.css" >
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36670173-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-36670173-5');
</script>
</head>
<body>
<img class='logo' src='logo.png' />
<h1>LeftWM - A tiling window manager for Adventurers</h1>
<nav>
</nav>
<article>
<section>
<h2>Why go left</h2>
<p>Left is a tiling window manager written in rust for stability and performance. The core of left is designed to do one thing and one thing well. Be a window manager. Because you probably want more than just a black screen LeftWM is built around the concept of theming. With themes you can choose between different bar / compositor / background / colors, whatever makes you happy.</p>
<p>
LeftWM has been built from the very beginning to support multiple screens and has been built around ultrawide monitors. You will see this with the default key bindings
</p>
<p>
Installation instructions can be found on our <a href='https://github.com/leftwm/leftwm' >github page</a>
</p>
</section>
<section>
<h2>Left is Not</h2>
<p>
Left is not a compositor
Left is not a lock screen.
Left is not a bar there are lots of good bars out there. With themes, picking one is as simple as setting a symlink.
</p>
</section>
<section>
<h2>Built for themes</h2>
<p>
LeftWM is built around the concept of theming.
We want you to make it your own.
We want you to use YOUR bar and YOUR background and YOUR tools.
Themes are built in whatever language you want, and use whatever tools YOU want Themes are transportable so you can share your LeftWM experience with others.
Read more about theming on our <a href='https://github.com/leftwm/leftwm/tree/master/themes' >github page</a>
</p>
</section>
<section>
<h2>Screenshots</h2>
<br>
<h3>Single Display</h3>
<a href='screenshots/1.jpg'><img alt='LeftWM' class='screenshot' src='screenshots/1_thumb.jpg' /></a>
<a href='screenshots/2.jpg'><img alt='LeftWM' class='screenshot' src='screenshots/2_thumb.jpg' /></a>
<h3>Dual Display</h3>
<a href='screenshots/3.jpg'><img alt='LeftWM' class='screenshot' src='screenshots/3_thumb.jpg' /></a>
<a href='screenshots/4.jpg'><img alt='LeftWM' class='screenshot' src='screenshots/4_thumb.jpg' /></a>
</section>
</article>
<script type='text/javascript'>
</script>
</body>
</html>