Updated README
This commit is contained in:
parent
d119a53f0d
commit
ac588b5ef5
|
@ -17,7 +17,7 @@ nice is an easy to use, highly configurable extension for **[Awesome WM](https:/
|
||||||
|
|
||||||
### Prerequisites
|
### 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:
|
* 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:
|
||||||
|
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -781,7 +781,7 @@ function _private.add_window_decorations(c)
|
||||||
}, "vertical")
|
}, "vertical")
|
||||||
local bottom = awful.titlebar(
|
local bottom = awful.titlebar(
|
||||||
c, {
|
c, {
|
||||||
size = bottom_edge_height,nicee
|
size = bottom_edge_height,
|
||||||
bg = "transparent",
|
bg = "transparent",
|
||||||
position = "bottom",
|
position = "bottom",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue