diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index c9c76e1..aaf0ceb 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -107,8 +107,8 @@ seat * hide_cursor when-typing enable # Brightness # - bindsym XF86MonBrightnessDown exec brightnessctl s 5%- - bindsym XF86MonBrightnessUp exec brightnessctl s 5%+ + bindsym XF86MonBrightnessDown exec brightnessctl -d acpi_video0 s 5%- + bindsym XF86MonBrightnessUp exec brightnessctl -d acpi_video0 s 5%+ bindsym XF86KbdBrightnessDown exec brightnessctl -d smc::kbd_backlight s 1%- bindsym XF86KbdBrightnessUp exec brightnessctl -d smc::kbd_backlight s 1%+ |