diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-17 14:42:07 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-17 14:42:07 +0400 |
commit | 26f84894702289b9fd6ae6e3bca274f3ff8bcd84 (patch) | |
tree | 940a3789727e0517414ac92d4506aae521e84a85 | |
parent | 2952485fce60f3be60b784bc665107609a48efc8 (diff) |
useless stuff removed from config.h
-rw-r--r-- | config.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -8,11 +8,6 @@ static const int startwithgaps = 1; /* 1 means gaps are used by default */ static const unsigned int gappx = 16; /* default gap between windows in pixels */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ -static const int showtitle = 0; /* 0 means no title */ -static const int showtags = 1; /* 0 means no tags */ -static const int showlayout = 1; /* 0 means no layout indicator */ -static const int showstatus = 1; /* 0 means no status bar */ -static const int showfloating = 1; /* 0 means no floating indicator */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; |