fixed brightness controls

This commit is contained in:
joelchrono12 2023-01-14 22:10:18 -06:00
parent bafa50d3ba
commit 0bd64e9215
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
2 changed files with 4 additions and 4 deletions

View File

@ -88,8 +88,8 @@ static const char *screenshot[] = { "flameshot","gui", NULL };
static const char *files[] = { "pcmanfm", NULL };
static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL };
static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL };
static const char *brightup[] = { "brightnessctl", "set", "+15", NULL };
static const char *brightdown[] = { "brightnessctl", "set", "15-", NULL };
static const char *brightup[] = { "brightnessctl", "set", "+10%", NULL };
static const char *brightdown[] = { "brightnessctl", "set", "10%-", NULL };
#include "shift-tools.c"

View File

@ -88,8 +88,8 @@ static const char *screenshot[] = { "flameshot","gui", NULL };
static const char *files[] = { "pcmanfm", NULL };
static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL };
static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL };
static const char *brightup[] = { "brightnessctl", "set", "+15", NULL };
static const char *brightdown[] = { "brightnessctl", "set", "15-", NULL };
static const char *brightup[] = { "brightnessctl", "set", "+10%", NULL };
static const char *brightdown[] = { "brightnessctl", "set", "10%-", NULL };
#include "shift-tools.c"