summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-02-02 12:35:37 +0000
committerrafa_99 <rafa99@protonmail.com>2020-02-02 12:35:37 +0000
commita2feba1c66487f3d6ec70c036868e59801d8eee1 (patch)
tree57da6c85d23d2723d87af2b2489f6a0137d7ec3f /config.h
parent0d7d790a54b3aae23f2b68e9ea134309f3f776fc (diff)
Revert "Rounded Corners Patch"
This reverts commit 0d7d790a54b3aae23f2b68e9ea134309f3f776fc.
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
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} },
};
+