From a2feba1c66487f3d6ec70c036868e59801d8eee1 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sun, 2 Feb 2020 12:35:37 +0000 Subject: Revert "Rounded Corners Patch" This reverts commit 0d7d790a54b3aae23f2b68e9ea134309f3f776fc. --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 91df5b9..69bd6f5 100644 --- a/config.h +++ b/config.h @@ -10,8 +10,6 @@ static const unsigned int gappov = 15; /* vert outer gap between window static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static int corner_radius = 5; /* window corners radius */ -static int round_windows = 2; /* 0 == round only floating windows, 1 == round only fullscreen windows, 2 == round all windows */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ static const char *fonts[] = { "UbuntuMono Nerd Font:size=11" }; @@ -210,3 +208,4 @@ static Button buttons[] = { { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; + -- cgit v1.2.3