diff options
author | Rafael Marçalo <rafa99@protonmail.com> | 2021-04-13 12:58:02 +0000 |
---|---|---|
committer | Rafael Marçalo <rafa99@protonmail.com> | 2021-04-13 12:58:02 +0000 |
commit | b862f607a5683501e86cbef719583327fe2055a6 (patch) | |
tree | 8ea290ec539131ccf3d3b81efdbb77c22ed1122d /config.def.h | |
parent | a7dbbadd23bab2d21734ef984941eb37be91cede (diff) | |
parent | 65a6b2007eaed72dc289dd6211e1309e9d1f0383 (diff) |
Merge branch 'dev' into 'master'
Uncluttered dmenu
See merge request rafa_99/dmenu!1
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h index 6125a75..bfc0083 100644 --- a/config.def.h +++ b/config.def.h @@ -2,8 +2,6 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ -static int centered = 0; /* -c option; centers dmenu on screen */ -static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "monospace:size=10" @@ -20,6 +18,3 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; - -/* Size of the window border */ -static unsigned int border_width = 0; |