From 0741552b1a82423e811ff67692a8c77a9e8487b2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Oct 2023 20:23:29 +0100 Subject: [PATCH] Use swayosd for brightness as well --- home/hyprland/config.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 5961af8e..6a324977 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -139,12 +139,8 @@ in '' bindle=,XF86AudioLowerVolume,exec,${pkgs.swayosd}/bin/swayosd --output-volume=-5 # Brightness - bindle=,XF86MonBrightnessUp,exec,${pkgs.brightnessctl}/bin/brightnessctl s +5% - bindle=,XF86MonBrightnessDown,exec,${pkgs.brightnessctl}/bin/brightnessctl s 5%- - - # # Brightness - # bindle=,XF86MonBrightnessUp,exec,${pkgs.swayosd}/bin/swayosd --brightness=+5 - # bindle=,XF86MonBrightnessDown,exec,${pkgs.swayosd}/bin/swayosd --brightness=-5 + bindle=,XF86MonBrightnessUp,exec,${pkgs.swayosd}/bin/swayosd --brightness=+5 + bindle=,XF86MonBrightnessDown,exec,${pkgs.swayosd}/bin/swayosd --brightness=-5 # Playback bindl=,XF86AudioPlay,exec,${pkgs.playerctl}/bin/playerctl play-pause