increment brightness by 1%
This commit is contained in:
@@ -33,7 +33,10 @@ static const Rule rules[] = {
|
|||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ BROWSER, NULL, NULL, 1<<7, 0, -1 },
|
{ BROWSER, NULL, NULL, 1<<7, 0, -1 },
|
||||||
{ NULL, "emacs", NULL, 1<<8, 0, -1 }
|
{ "LibreWolf", NULL, NULL, 1<<7, 0, -1 },
|
||||||
|
{ NULL, "emacs", NULL, 1<<8, 0, -1 },
|
||||||
|
{ "dlt-viewer", NULL, NULL, 1<<5, 0, -1 },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
@@ -70,8 +73,8 @@ static const Layout layouts[] = {
|
|||||||
static const char* dmenucmd[] = { "dmenu_run", "-fn", "monospace:size=14", NULL };
|
static const char* dmenucmd[] = { "dmenu_run", "-fn", "monospace:size=14", NULL };
|
||||||
static const char* termcmd[] = { "st", NULL };
|
static const char* termcmd[] = { "st", NULL };
|
||||||
#if HAS_SW_BACKLIGHT
|
#if HAS_SW_BACKLIGHT
|
||||||
static const char* bright_up[] = { "brightnessctl", "s", "-q", "3%+", NULL };
|
static const char* bright_up[] = { "brightnessctl", "s", "-q", "1%+", NULL };
|
||||||
static const char* bright_down[] = { "brightnessctl", "s", "-q", "3%-", NULL };
|
static const char* bright_down[] = { "brightnessctl", "s", "-q", "1%-", NULL };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void webbookmark(const Arg* unused){
|
static void webbookmark(const Arg* unused){
|
||||||
|
|||||||
Reference in New Issue
Block a user