Testing rounded corners

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 21:19:58 +08:00
parent 0192e5d3b5
commit 33f3e064f1

View file

@ -967,7 +967,7 @@
* when including this patch. You will also want to set "borderpx = 0;" in your config.h. * when including this patch. You will also want to set "borderpx = 0;" in your config.h.
* https://github.com/mitchweaver/suckless/blob/master/dwm/patches/mitch-06-rounded_corners-f04cac6d6e39cd9e3fc4fae526e3d1e8df5e34b2.patch * https://github.com/mitchweaver/suckless/blob/master/dwm/patches/mitch-06-rounded_corners-f04cac6d6e39cd9e3fc4fae526e3d1e8df5e34b2.patch
*/ */
#define ROUNDED_CORNERS_PATCH 1 #define ROUNDED_CORNERS_PATCH 0
/* This patch saves size and position of every floating window before it is forced /* This patch saves size and position of every floating window before it is forced
* into tiled mode. If the window is made floating again then the old dimensions * into tiled mode. If the window is made floating again then the old dimensions