From ac588b5ef5aaa426c98618c0333b8fe7f14d67b5 Mon Sep 17 00:00:00 2001 From: mut-ex Date: Sun, 6 Sep 2020 23:31:13 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eec678..6ed9e73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ nice is an easy to use, highly configurable extension for **[Awesome WM](https:/ ### Prerequisites -* You need **[Awesome WM](https://awesomewm.org/)** with a working basic configuration. This branch is for Awesome v4.3 git. [You can find the branch for Awesome v4.3 stable here](https://github.com/mut-ex/awesome-wm-nice/tree/awesome-4v3-stable)** +* You need **[Awesome WM](https://awesomewm.org/)** with a working basic configuration. **This branch is for Awesome v4.3 git. [You can find the branch for Awesome v4.3 stable here](https://github.com/mut-ex/awesome-wm-nice/tree/awesome-4v3-stable)** * You also need **[picom](https://github.com/yshui/picom)**. Make sure you have `shadow-ignore-shaped = false` in your configuration otherwise picom will not draw shadows. My recommended shadow settings are given below: diff --git a/init.lua b/init.lua index a3d4b51..168355f 100644 --- a/init.lua +++ b/init.lua @@ -781,7 +781,7 @@ function _private.add_window_decorations(c) }, "vertical") local bottom = awful.titlebar( c, { - size = bottom_edge_height,nicee + size = bottom_edge_height, bg = "transparent", position = "bottom", })