increment brightness by 1%

This commit is contained in:
Venelin Dechkov
2026-07-30 11:54:49 +03:00
parent 6799745b3c
commit a2f3875b9a
+6 -3
View File
@@ -33,7 +33,10 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ 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) */
@@ -70,8 +73,8 @@ static const Layout layouts[] = {
static const char* dmenucmd[] = { "dmenu_run", "-fn", "monospace:size=14", NULL };
static const char* termcmd[] = { "st", NULL };
#if HAS_SW_BACKLIGHT
static const char* bright_up[] = { "brightnessctl", "s", "-q", "3%+", NULL };
static const char* bright_down[] = { "brightnessctl", "s", "-q", "3%-", NULL };
static const char* bright_up[] = { "brightnessctl", "s", "-q", "1%+", NULL };
static const char* bright_down[] = { "brightnessctl", "s", "-q", "1%-", NULL };
#endif
static void webbookmark(const Arg* unused){