169 lines
7.7 KiB
HTML
169 lines
7.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>DWN - Desktop Window Manager Documentation</title>
|
||
|
|
<link rel="stylesheet" href="css/style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<button class="mobile-menu-btn">Menu</button>
|
||
|
|
|
||
|
|
<div class="layout">
|
||
|
|
<aside class="sidebar">
|
||
|
|
<div class="sidebar-header">
|
||
|
|
<h1>DWN</h1>
|
||
|
|
<span class="version">v1.0.0</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="search-box">
|
||
|
|
<input type="text" class="search-input" placeholder="Search docs...">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<nav class="sidebar-nav">
|
||
|
|
<div class="nav-section">
|
||
|
|
<div class="nav-section-title">Getting Started</div>
|
||
|
|
<a href="index.html" class="nav-link active">Introduction</a>
|
||
|
|
<a href="installation.html" class="nav-link">Installation</a>
|
||
|
|
<a href="quickstart.html" class="nav-link">Quick Start</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="nav-section">
|
||
|
|
<div class="nav-section-title">User Guide</div>
|
||
|
|
<a href="features.html" class="nav-link">Features</a>
|
||
|
|
<a href="shortcuts.html" class="nav-link">Keyboard Shortcuts</a>
|
||
|
|
<a href="configuration.html" class="nav-link">Configuration</a>
|
||
|
|
<a href="layouts.html" class="nav-link">Layouts</a>
|
||
|
|
<a href="ai-features.html" class="nav-link">AI Integration</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="nav-section">
|
||
|
|
<div class="nav-section-title">API Reference</div>
|
||
|
|
<a href="api-overview.html" class="nav-link">API Overview</a>
|
||
|
|
<a href="api-reference.html" class="nav-link">API Reference</a>
|
||
|
|
<a href="api-examples.html" class="nav-link">API Examples</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="nav-section">
|
||
|
|
<div class="nav-section-title">Advanced</div>
|
||
|
|
<a href="architecture.html" class="nav-link">Architecture</a>
|
||
|
|
<a href="building.html" class="nav-link">Building from Source</a>
|
||
|
|
</div>
|
||
|
|
</nav>
|
||
|
|
</aside>
|
||
|
|
|
||
|
|
<main class="main-content">
|
||
|
|
<div class="content">
|
||
|
|
<div class="hero">
|
||
|
|
<h1>DWN</h1>
|
||
|
|
<p class="tagline">A modern X11 window manager with AI integration and WebSocket API</p>
|
||
|
|
<div class="btn-group">
|
||
|
|
<a href="installation.html" class="btn">Get Started</a>
|
||
|
|
<a href="api-overview.html" class="btn btn-outline">API Docs</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="feature-grid">
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">🪟</div>
|
||
|
|
<div class="feature-title">Multiple Layouts</div>
|
||
|
|
<div class="feature-desc">Tiling, floating, and monocle layouts with per-workspace configuration. Master-stack tiling with adjustable ratios.</div>
|
||
|
|
</div>
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">🖥️</div>
|
||
|
|
<div class="feature-title">9 Workspaces</div>
|
||
|
|
<div class="feature-desc">Virtual desktops with independent layout settings. Quick switching with F1-F9 keys.</div>
|
||
|
|
</div>
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">🤖</div>
|
||
|
|
<div class="feature-title">AI Integration</div>
|
||
|
|
<div class="feature-desc">OpenRouter API for intelligent command palette and Exa semantic search integration.</div>
|
||
|
|
</div>
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">🔌</div>
|
||
|
|
<div class="feature-title">WebSocket API</div>
|
||
|
|
<div class="feature-desc">Full programmatic control via JSON WebSocket API. Automate everything.</div>
|
||
|
|
</div>
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">📸</div>
|
||
|
|
<div class="feature-title">Screenshot & OCR</div>
|
||
|
|
<div class="feature-desc">Capture screenshots and extract text with Tesseract OCR, all via API.</div>
|
||
|
|
</div>
|
||
|
|
<div class="feature-card">
|
||
|
|
<div class="feature-icon">🔔</div>
|
||
|
|
<div class="feature-title">Notifications</div>
|
||
|
|
<div class="feature-desc">Built-in D-Bus notification daemon with configurable appearance.</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="quick-start">
|
||
|
|
<h3>Quick Start</h3>
|
||
|
|
<div class="step">
|
||
|
|
<div class="step-num">1</div>
|
||
|
|
<div class="step-content">
|
||
|
|
<strong>Install dependencies</strong>
|
||
|
|
<pre><code>make deps</code></pre>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="step">
|
||
|
|
<div class="step-num">2</div>
|
||
|
|
<div class="step-content">
|
||
|
|
<strong>Build DWN</strong>
|
||
|
|
<pre><code>make</code></pre>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="step">
|
||
|
|
<div class="step-num">3</div>
|
||
|
|
<div class="step-content">
|
||
|
|
<strong>Test in Xephyr</strong>
|
||
|
|
<pre><code>make run</code></pre>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="step">
|
||
|
|
<div class="step-num">4</div>
|
||
|
|
<div class="step-content">
|
||
|
|
<strong>Install system-wide</strong>
|
||
|
|
<pre><code>sudo make install</code></pre>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>Key Features</h2>
|
||
|
|
|
||
|
|
<h3>Window Management</h3>
|
||
|
|
<ul>
|
||
|
|
<li>Three layout modes: tiling, floating, and monocle</li>
|
||
|
|
<li>Window snapping with Super+Arrow keys</li>
|
||
|
|
<li>Alt-Tab window cycling with MRU (Most Recently Used) stack</li>
|
||
|
|
<li>EWMH/ICCCM protocol compliance</li>
|
||
|
|
<li>Multi-monitor support via Xinerama</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<h3>Automation API</h3>
|
||
|
|
<ul>
|
||
|
|
<li>WebSocket JSON API on configurable port</li>
|
||
|
|
<li>Keyboard and mouse simulation</li>
|
||
|
|
<li>Window management and layout control</li>
|
||
|
|
<li>Screenshot capture and OCR text extraction</li>
|
||
|
|
<li>Python client library included</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<h3>System Integration</h3>
|
||
|
|
<ul>
|
||
|
|
<li>XDG autostart support</li>
|
||
|
|
<li>System tray with XEmbed protocol</li>
|
||
|
|
<li>D-Bus notification daemon</li>
|
||
|
|
<li>Configurable panels (top and bottom)</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>DWN Window Manager - retoor <retoor@molodetz.nl></p>
|
||
|
|
</footer>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<script src="js/main.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|