diff --git a/lib/awful/screen.lua b/lib/awful/screen.lua index 42b1303f..8e444e52 100644 --- a/lib/awful/screen.lua +++ b/lib/awful/screen.lua @@ -181,7 +181,7 @@ end --- The area where clients can be tiled. -- --- This property holds the (read only) area where clients can be tiled. Use +-- This property holds the area where clients can be tiled. Use -- the `padding` property, `wibox.struts` and `client.struts` to modify this -- area. -- @@ -206,7 +206,7 @@ end --- Take a screenshot of the physical screen. -- --- Reading this (read only) property returns a screenshot of the physical +-- Reading this property returns a screenshot of the physical -- (Xinerama) screen as a cairo surface. -- -- @property content @@ -303,7 +303,6 @@ end -- -- * *property::outputs* -- --- **Immutable:** true -- @property outputs -- @param table -- @tfield table table.name A table with the screen name as key (like `eDP1` on a laptop) diff --git a/objects/screen.c b/objects/screen.c index 5a8d143a..c2e00f1b 100644 --- a/objects/screen.c +++ b/objects/screen.c @@ -171,8 +171,6 @@ * * * *property::geometry* * - * **Immutable:** true - * * @DOC_screen_geometry_EXAMPLE@ * * @property geometry @@ -209,7 +207,6 @@ * * screen[1].answer = 42 * - * **Immutable:** true * @property index * @param integer * @see screen