From 515b854c3b146a3a70adb2d8845d278fdad60a9f Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 17 Aug 2024 14:42:07 +0400 Subject: useless stuff removed from config.h --- config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h b/config.h index ec0ecf3..e66fd19 100644 --- a/config.h +++ b/config.h @@ -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"; -- cgit v1.2.3