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.

Configuration

Add the following rule to your picom.conf to disable rounded corners for monocle windows:

` rules = ( { match = "_NET_WM_STATE@[0]:a = '_NET_WM_STATE_MAXIMIZED_VERT'"; corner-radius = 0; } ) `

Download

Author