From 21311806407ac301702996a4658c1dee2bf5f80e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 16 Aug 2024 22:44:45 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 4 ++-- accounts/gkleen@sif/hyprland.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 4913b244..47d2212b 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -427,8 +427,8 @@ in { icon-size = iconSize; tooltip-format = "{percent}%"; format-icons = ["󰃚" "󰃛" "󰃜" "󰃝" "󰃞" "󰃟" "󰃠"]; - on-scroll-up = "lightctl -d up"; - on-scroll-down = "lightctl -d down"; + on-scroll-up = "lightctl -d -e4 -n1 up"; + on-scroll-down = "lightctl -d -e4 -n1 down"; }; wireplumber = { format = "{icon}"; diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 0c7f19cb..23cbc972 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -178,8 +178,8 @@ in { "$mainMod ALT, E, exec, emacsclient -c" - ", XF86MonBrightnessUp, exec, lightctl -d up" - ", XF86MonBrightnessDown, exec, lightctl -d down" + ", XF86MonBrightnessUp, exec, lightctl -d -e4 -n1 up" + ", XF86MonBrightnessDown, exec, lightctl -d -e4 -n1 down" ", XF86AudioRaiseVolume, exec, volumectl -d -u up" ", XF86AudioLowerVolume, exec, volumectl -d -u down" ", XF86AudioMute, exec, volumectl -d toggle-mute" -- cgit v1.2.3