2022-09-28 20:03:27 +02:00
|
|
|
<!DOCTYPE html>
|
2017-01-21 17:30:02 +01:00
|
|
|
<html lang="en">
|
2007-11-20 09:28:50 +01:00
|
|
|
<head>
|
2022-09-28 20:03:27 +02:00
|
|
|
<title>
|
|
|
|
<TMPL_VAR TITLE> - awesome window manager
|
|
|
|
</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<meta name="supported-color-schemes" content="dark light">
|
|
|
|
<meta name="color-scheme" content="dark light">
|
|
|
|
<meta name="theme-color" content="">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>style.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>css/mode-switch.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>css/local.css" />
|
|
|
|
<link id="css-lightmode" rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>css/light.css"
|
|
|
|
media="(prefers-color-scheme: no-preference), (prefers-color-scheme: light)" />
|
|
|
|
<link id="css-darkmode" rel="stylesheet" type="text/css" href="<TMPL_VAR BASEURL>css/dark.css"
|
|
|
|
media="(prefers-color-scheme: dark)" />
|
|
|
|
|
|
|
|
<script src="<TMPL_VAR BASEURL>script/dark-light-mode.js"></script>
|
|
|
|
|
|
|
|
<link rel="icon" href="<TMPL_VAR BASEURL>images/icons/aw_16.png" type="image/png" />
|
|
|
|
|
|
|
|
<TMPL_IF NAME="FEEDLINKS">
|
|
|
|
<TMPL_VAR FEEDLINKS>
|
|
|
|
</TMPL_IF>
|
|
|
|
<TMPL_IF NAME="META">
|
|
|
|
<TMPL_VAR META>
|
|
|
|
</TMPL_IF>
|
|
|
|
|
|
|
|
<meta property="og:title" content="home" />
|
|
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
<meta name="description" content="The awesomewm.org website" />
|
|
|
|
<meta property="og:description" content="The awesomewm.org website" />
|
|
|
|
<link rel="canonical" href="https://awesomewm.org/" />
|
|
|
|
<meta property="og:url" content="https://awesomewm.org/" />
|
|
|
|
<meta property="og:site_name" content="awesome window manager" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<script type="application/ld+json">
|
|
|
|
{"@context": "https://schema.org","@type": "WebSite","description": "The awesomewm.org website","headline": "home","name": "awesome window manager","publisher": {"@type": "Organization","logo": {"@type": "ImageObject","url": "https://awesomewm.org/images/icons/aw_64.png"}},"url": "https://awesomewm.org/"}</script>
|
2007-11-20 09:28:50 +01:00
|
|
|
</head>
|
2017-01-10 16:18:49 +01:00
|
|
|
<body>
|
2022-09-28 20:03:27 +02:00
|
|
|
<header id="pageheader">
|
|
|
|
<a href="https://github.com/awesomeWM/awesome"><img class="fork-me-banner"
|
|
|
|
src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67"
|
|
|
|
alt="Fork me on GitHub"
|
|
|
|
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
|
2007-11-20 09:28:50 +01:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<figure class="darkmode" id="justified-logo">
|
|
|
|
<img alt="awesome-logo" src="<TMPL_VAR BASEURL>images/awesome-dark-1.svg">
|
|
|
|
</figure>
|
|
|
|
<figure class="lightmode" id="justified-logo">
|
|
|
|
<img alt="awesome-logo" src="<TMPL_VAR BASEURL>images/awesome2.svg">
|
|
|
|
</figure>
|
2007-11-20 09:28:50 +01:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<nav id="navbar" class="container active-menu-<TMPL_VAR NAME="title">">
|
|
|
|
<a class="menu-about" alt="home" href="<TMPL_VAR BASEURL>index.html">home</a>
|
|
|
|
<a class="menu-download" alt="download" href="<TMPL_VAR BASEURL>download/">download</a>
|
|
|
|
<a class="menu-community" alt="community" href="<TMPL_VAR BASEURL>community/">community</a>
|
|
|
|
<a class="menu-recipes" alt="recipes" href="<TMPL_VAR BASEURL>recipes/">recipes</a>
|
|
|
|
<a class="menu-screenshots" alt="screenshots" href="<TMPL_VAR BASEURL>screenshots/">screenshots</a>
|
|
|
|
<a class="menu-doc" alt="doc" href="<TMPL_VAR BASEURL>doc/">doc</a>
|
|
|
|
<a class="menu-issues" alt="bugs/issues" href="https://github.com/awesomeWM/awesome/issues">bugs/issues</a>
|
|
|
|
</nav>
|
|
|
|
</header>
|
2007-11-20 09:28:50 +01:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<article id="content">
|
|
|
|
<TMPL_VAR CONTENT>
|
|
|
|
</article>
|
2007-11-20 09:28:50 +01:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<section id="clear"></section>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<section id="pageinfo">
|
|
|
|
<figure class="darkmode">
|
|
|
|
<img class="aw-anniversary" alt="15years anniversary" src="<TMPL_VAR BASEURL>images/awesome-15yrs-anniversary-dark.svg"
|
|
|
|
width="250">
|
|
|
|
</figure>
|
|
|
|
<figure class="lightmode">
|
|
|
|
<img class="aw-anniversary" alt="15years anniversary" src="<TMPL_VAR BASEURL>images/awesome-15yrs-anniversary.svg" width="250">
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<script type='text/javascript'
|
|
|
|
src='https://www.openhub.net/p/awesome/widgets/project_factoids_stats?format=js'></script>
|
|
|
|
|
|
|
|
<section id="donate">
|
|
|
|
<strong>Donations:</strong>
|
|
|
|
<div>
|
|
|
|
<script
|
|
|
|
id='fbirvwx'>(function (i) { var f, s = document.getElementById(i); f = document.createElement('iframe'); f.src = 'https://button.flattr.com/view/?fid=mqwonm&button=compact&url=https%3A%2F%2Fawesomewm.org%2F'; f.title = 'Flattr'; f.height = 20; f.width = 110; f.style.borderWidth = 0; s.parentNode.insertBefore(f, s); })('fbirvwx');</script>
|
|
|
|
</div>
|
|
|
|
<p>Bitcoin: 1A2LsrF81rWEEJ7qnXdkCUJpdCYUxqfQoP</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="copyright">
|
|
|
|
<a id="pagecopyright"></a>
|
|
|
|
<TMPL_IF COPYRIGHT>
|
|
|
|
<TMPL_VAR COPYRIGHT>
|
|
|
|
</TMPL_IF>
|
|
|
|
Copyleft 2007-2022, AwesomeWM project
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<TMPL_IF LICENSE>
|
|
|
|
<section class="license">
|
|
|
|
<a name="pagelicense"></a>
|
|
|
|
License: <TMPL_VAR LICENSE>
|
|
|
|
</section>
|
|
|
|
</TMPL_IF>
|
2007-11-20 09:28:50 +01:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<section class="pagedate">
|
|
|
|
Last edited <TMPL_VAR NAME=MTIME>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</footer>
|
2016-10-25 00:36:10 +02:00
|
|
|
|
2022-09-28 20:03:27 +02:00
|
|
|
<!-- dark/light support -->
|
|
|
|
<ul class="mode-switch">
|
|
|
|
<li class="mode-switch-icon"></li>
|
|
|
|
<li><label class="switch"><input type="checkbox"><span class="slider round"></span></label></li>
|
|
|
|
</ul>
|
|
|
|
<script defer src="<TMPL_VAR BASEURL>script/dark-light-mode-switch.js"></script>
|
|
|
|
<!-- Piwik -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _paq = _paq || [];
|
|
|
|
_paq.push(["setCookieDomain", "*.awesomewm.org"]);
|
|
|
|
_paq.push(["setDomains", ["*.awesomewm.org"]]);
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function () {
|
|
|
|
var u = "https://piwik.awesomewm.org/";
|
|
|
|
_paq.push(['setTrackerUrl', u + 'piwik.php']);
|
|
|
|
_paq.push(['setSiteId', 26]);
|
|
|
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
|
|
|
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
<noscript>
|
|
|
|
<p><img src="https://piwik.awesomewm.org/piwik.php?idsite=26" style="border:0;" alt="" /></p>
|
|
|
|
</noscript>
|
2007-11-20 09:28:50 +01:00
|
|
|
</body>
|
|
|
|
</html>
|