Skip to content

Commit

Permalink
use the same border colors as dwm
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Oct 9, 2023
1 parent f403159 commit d63f407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
static const int sloppyfocus = 1; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const float bordercolor[] = COLOR(0x808080ff);
static const float focuscolor[] = COLOR(0xff0000ff);
static const float bordercolor[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0}; /* You can also use glsl colors */

Expand Down

0 comments on commit d63f407

Please sign in to comment.