From: Dmitry Fedotov Date: Mon, 15 Apr 2024 21:44:59 +0000 (+0300) Subject: Add Awesome WM Overview page. X-Git-Url: https://git.dmfe.net/?a=commitdiff_plain;h=8d08c443bc59c176cd02c17498644a3b4f3538db;p=dmfe-website Add Awesome WM Overview page. --- diff --git a/docs/unix-linux/_category_.json b/docs/unix-linux/_category_.json new file mode 100644 index 0000000..480b682 --- /dev/null +++ b/docs/unix-linux/_category_.json @@ -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 index 0000000..df8cf50 --- /dev/null +++ b/docs/unix-linux/awesome-wm/_category_.json @@ -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 index 0000000..9220d87 --- /dev/null +++ b/docs/unix-linux/awesome-wm/overview.md @@ -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 +