]> www.git.dmfe.net Git - dmfe-website/commitdiff
Add Awesome WM Overview page.
authorDmitry Fedotov <dm.fe@yandex.ru>
Mon, 15 Apr 2024 21:44:59 +0000 (00:44 +0300)
committerDmitry Fedotov <dm.fe@yandex.ru>
Mon, 15 Apr 2024 21:44:59 +0000 (00:44 +0300)
docs/unix-linux/_category_.json [new file with mode: 0644]
docs/unix-linux/awesome-wm/_category_.json [new file with mode: 0644]
docs/unix-linux/awesome-wm/overview.md [new file with mode: 0644]

diff --git a/docs/unix-linux/_category_.json b/docs/unix-linux/_category_.json
new file mode 100644 (file)
index 0000000..480b682
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "label": "Unix & GNU/Linux",
+  "position": 3,
+  "link": {
+    "type": "generated-index",
+    "description": "Tutorials, Guides, Notes and all that related to Unix & GNU/Linux."
+  }
+}
diff --git a/docs/unix-linux/awesome-wm/_category_.json b/docs/unix-linux/awesome-wm/_category_.json
new file mode 100644 (file)
index 0000000..df8cf50
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "label": "Awesome WM",
+  "position": 1,
+  "link": {
+    "type": "generated-index",
+    "description": "awesomewm is a highly configurable, next generation framework window manager for X."
+  }
+}
diff --git a/docs/unix-linux/awesome-wm/overview.md b/docs/unix-linux/awesome-wm/overview.md
new file mode 100644 (file)
index 0000000..9220d87
--- /dev/null
@@ -0,0 +1,36 @@
+---
+sidebar_position: 1
+tags:
+    - linux
+    - unix
+    - awesomewm
+    - overview
+---
+
+# Awesome WM Overview
+
+Awesome WM is a tiling window manager. It is designed as a framework window manager.
+It's fast, small, dynamic and heavily extensible using the [Lua](https://www.lua.org/)
+programming language.
+
+## Why tiling window magager?
+
+- Efficient
+- Lightweight
+- Cusomizable
+- Scaling
+- Keybord-driven workflow
+
+## Why Awesome WM?
+
+### Pros
+
+- Easy to Adapt
+- Full Fledged Framework
+- Good Documentation
+
+### Cons
+
+- Long Configuration(Lua)
+- Steep Learning Curve
+