Browse Source

config.def.h for macbook air

main
parent
commit
8429d9af3b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.def.h

+ 2
- 2
config.def.h View File

@ -13,7 +13,7 @@ static const char *brightup[] = { "brightnessctl", "-d", "intel_backlight", "s
static const char *brightdown[] = { "brightnessctl", "-d", "intel_backlight", "s", "5%-" };
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int borderpx = 5; /* border pixel of windows */
static const unsigned int gappx = 5; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
@ -40,7 +40,7 @@ static const unsigned int alphas[][3] = {
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const Rule rules[] = {
/* xprop(1):


Loading…
Cancel
Save