sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit d93de1f04c27a7956b26f7fae072845ccaf0270b
parent ba0a830e67eea5fe7ac718fd641869aa4941386c
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Tue, 13 Jan 2026 05:00:33 +0100

[dwm][patches][nocornermonocle] Fixed index.md

Diffstat:
Mdwm.suckless.org/patches/nocornermonocle/index.md | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/dwm.suckless.org/patches/nocornermonocle/index.md b/dwm.suckless.org/patches/nocornermonocle/index.md @@ -3,15 +3,14 @@ nocornermonocle Description ----------- -Adds EWMH support (`_NET_WM_STATE_MAXIMIZED_VERT` and -`_NET_WM_STATE_MAXIMIZED_HORZ` atoms) for clients in monocle layout. -This allows external compositors (like picom) to detect when a window -is in monocle mode and disable visual effects, such as rounded corners. +Adds EWMH support (`_NET_WM_STATE_MAXIMIZED_VERT` and +`_NET_WM_STATE_MAXIMIZED_HORZ` atoms) for clients in monocle layout. +This allows external compositors (like picom) to detect when a window +is in monocle mode and disable visual effects, such as rounded corners. -Configuration -------------- -Add the following rule to your `picom.conf` to disable rounded corners -for monocle windows: +### Configuration +Add the following rule to your `picom.conf` to disable rounded corners +for monocle windows: ``` rules = ( @@ -28,4 +27,4 @@ Download Author ------ -* Savar <savar95x@gmail.com> +* Savar - <savar95x@gmail.com>