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