From d99feba723cc6a99b199b59997ef9f59abe39dd1 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:13:11 +0100 Subject: [PATCH] fix brightness ctl --- modules/graphical/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/graphical/hyprland.nix b/modules/graphical/hyprland.nix index d66f664..08f062c 100644 --- a/modules/graphical/hyprland.nix +++ b/modules/graphical/hyprland.nix @@ -181,7 +181,7 @@ in slurp = "${pkgs.slurp}/bin/slurp"; swww = "${pkgs.swww}/bin/swww"; pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep"; - brightnessctl = "${brightnessctl}/bin/brightnessctl"; + brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl"; in [ "$mainMod, Q, exec, ${konsole}" "$mainMod, C, killactive" @@ -193,8 +193,8 @@ in "$mainMod, R, exec, ${swww} img $(ls -d ~/Nextcloud/dinge/Bg/* | shuf -n 1)" " , Print, exec, ${grim} -g \"$(${slurp} -d)\" - | ${wl-copy}" "ALT, SPACE, exec, ${rofi} -show combi" - " , XF86MonBrightnessUp, exec, ${brightnessctl} -s +5%" - " , XF86MonBrightnessDown, exec, ${brightnessctl} -s 5%-" + " , XF86MonBrightnessUp, exec, ${brightnessctl} s +5%" + " , XF86MonBrightnessDown, exec, ${brightnessctl} s 5%-" "$mainMod, P, pseudo" # dwindle "$mainMod, J, togglesplit" # dwindle # Move focus with mainMod + arrow keys