Updated README

This commit is contained in:
mut-ex 2020-09-06 23:31:13 -04:00
parent d119a53f0d
commit ac588b5ef5
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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",
})