commit 50e7e78e10e3905532580410faf3b2a83f9ec7eb from: Brett Fisher date: Sun May 17 05:15:46 2026 UTC config.def.h: Remove unnecessary comments. commit - 08f4348e34813e6491f12260ef98c315649f58e5 commit + 50e7e78e10e3905532580410faf3b2a83f9ec7eb blob - fad9623083be4fcec5fd9e98d7d8a55443c1ce36 blob + 03bc8b6e0407a26e9d19f9caaaaca1f454131ff2 --- config.def.h +++ config.def.h @@ -5,19 +5,12 @@ * See LICENSE.md and README.md for details. */ -/* Appearance */ #define BORDER_WIDTH 1 #define BORDER_FOCUSED "#ffffff" /* White */ #define BORDER_UNFOCUSED "#555555" /* Grey */ - -/* Geometry */ #define PHI 1.618033988749895 /* Golden ratio */ #define INITIAL_HEIGHT 0.5 /* 50% of screen height */ - -/* Commands */ #define STATUSBAR "$HOME/.local/bin/bxbar" - -/* Workspaces */ #define NUM_WORKSPACES 10 #define INITIAL_WORKSPACE 0