forked from wisn/xmonad-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (147 loc) · 7.4 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
XMonad.org
</title>
<meta name="description" content="the tiling window manager that rocks">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"-->
<!--integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">-->
<!--<link href="/assets/css/font-raleway.css" rel="stylesheet">-->
<link rel="stylesheet" href="./assets/css/main.css">
<!--<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">-->
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-toggleable-md navbar-light my-bg">
<div class="container">
<a class="navbar-brand" href="#">
<div>
<img src="./assets/img/xmonad-logo.png" class="logo" alt="xmonad logo">
<!--<div> XMonad <br>-->
<!--“That was easy. xmonad rocks!”-->
<!--</div>-->
</div>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0w">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./documentation.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./installation.html#mdo">Installation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./community.html#mdo">Community</a>
</li>
<li class="nav-item">
<!--<a class="nav-link" href="https://github.com/xmonad/xmonad">Github</a> <img src="/GitHub-Mark/PNG/GitHub-Mark-32px.png" class="logo" alt="xmonad logo">-->
<a class="nav-link" href="https://github.com/xmonad/xmonad">Github
<img src="./assets/img/GitHub-Mark-32px.png" class="github-logo" alt="xmonad logo">
</a>
</li>
<!--<li class="nav-item dropdown">-->
<!--<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>-->
<!--<div class="dropdown-menu">-->
<!--<a class="dropdown-item" href="#one">one</a>-->
<!--<a class="dropdown-item" href="#two">two</a>-->
<!--<div role="separator" class="dropdown-divider"></div>-->
<!--<a class="dropdown-item" href="#three">three</a>-->
<!--</div>-->
<!--</li>-->
</ul>
</div>
</nav>
<div class="container">
<!-- logo-->
<div class="row align-items-center">
<div class="col-6 mx-auto col-md-6 order-md-2 d-none d-md-block">
<p><img class="img-fluid mb-3 mb-md-0 example-img" src="./assets/img/Screen-rob-dzen.png" alt width="1024" height="860"></p>
</div>
<div class="col-md-6 order-md-1 text-center text-md-left pr-md-5">
<h1 class="mb-3 bd-text-purple-bright name">
XMonad
</h1>
<p class="lead">
A <a href="https://en.wikipedia.org/wiki/Xmonad">dynamically tiling X11 window manager</a> that is written and configured in <a href="https://www.haskell.org/">Haskell</a>.
<p class="lead mb-4">
In a normal WM, you spend half your time aligning and searching for windows. XMonad makes work easier, by automating this.
</p>
<div class="d-flex flex-column flex-md-row lead mb-3">
<p><a href="./getting_started.html" class="btn btn-lg btn-bd-purple mb-3 mb-md-0 mr-md-3" role="button">Getting Started</a></p>
<p><a href="./documentation.html" class="btn btn-lg btn-outline-secondary">Documentation</a></p>
</div>
<p class="text-muted mb-0">
Currently version 0.13
</p>
</div>
</div>
</div>
<div class="masthead-followup row m-0 border border-white">
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<h3 id="whats-new">What’s new?</h3>
<ul>
<li>xmonad 0.13 is available from our download page.</li>
<li>Report a bug and we’ll squash it for you in the next release.</li>
<li>Follow our blog or on twitter, or the xmonad reddit.</li>
</ul>
</div>
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<h3 id="why-use-xmonad">Why use XMonad?</h3>
<p><em>XMonad is..</em></p>
<ul>
<li><strong>tiling</strong>: xmonad automates the common task of arranging windows, so you can concentrate on getting stuff done.</li>
<li><strong>minimal</strong>: Out of the box, no window decorations, no status bar, no icon dock. just clean lines and efficiency.</li>
<li><strong>stable</strong>: Haskell and smart programming practices guarantee a crash-free experience.</li>
<li><strong>extensible</strong>: It sports a vibrant extension library, including support for window decorations, status bars, and icon docks.</li>
<li><strong>full of features</strong>: core features like per-screen workspaces, true xinerama support and managehooks can’t be found in any other wm.</li>
<li><strong>easy</strong>: we work hard to make common configuration tasks one-liners.</li>
<li><strong>friendly</strong>: an active, friendly mailing list and irc channel are waiting to help you get up and running.</li>
</ul>
</div>
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<h3 id="xmonad-features">XMonad features</h3>
<ul>
<li>Very stable, fast, small and simple.</li>
<li>Tiny code base (~1000 lines of Haskell)</li>
<li>Automatic window tiling and management</li>
<li>First class keyboard support: a mouse is unnecessary</li>
<li>Full support for tiling windows on multi-head displays</li>
<li>Full support for floating, tabbing and decorated windows</li>
<li>Full support for GNOME and KDE utilities</li>
<li>XRandR support to rotate, add or remove monitors</li>
<li>Per-workspace layout algorithms</li>
<li>Per-screens custom status bars</li>
<li>Compositing support</li>
<li>Powerful, stable customisation and on-the-fly reconfiguration</li>
<li>Large extension library</li>
<li>Excellent, extensive documentation</li>
<li>Large, active development team, support and community</li>
<li>Read more reviews of xmonad</li>
</ul>
</div>
<script src="./assets/js/jquery-3.2.1.slim.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!--<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"-->
<!--integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"-->
<!--crossorigin="anonymous"></script>-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"-->
<!--integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"-->
<!--crossorigin="anonymous"></script>-->
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"-->
<!--integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"-->
<!--crossorigin="anonymous"></script>-->
</body>
</html>