diff options
author | ZachIR <zachir@librem.one> | 2024-11-19 12:51:22 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-11-19 12:51:22 -0600 |
commit | bc1378323719269e011643da8ad46ca6ea93ca32 (patch) | |
tree | 97a1b0d7f1a376701474453eb652c92fa00e8849 | |
parent | 82eb7148181fa6ecfa1fcc4979fccc75f269bdd9 (diff) |
Set brightness device to system76 for carcar
-rw-r--r-- | hypr/hypridle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index f25f081..8e87946 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -13,8 +13,8 @@ listener { # turn off keyboard backlight, comment out this section if you dont have a keyboard backlight. listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl -sd led::kbd_backlight set 0 # turn off keyboard backlight. - on-resume = brightnessctl -rd led::kbd_backlight # turn on keyboard backlight. + on-timeout = brightnessctl -sd system76::kbd_backlight set 0 # turn off keyboard backlight. + on-resume = brightnessctl -rd system76::kbd_backlight # turn on keyboard backlight. } listener { |