From 1b526b563381ee47edc8b3634a1bc0c34f509417 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 27 Mar 2026 21:35:16 +0530 Subject: [PATCH] feat(hyprland): add brightness gesture --- modules/home/desktop/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index a62620a..bf61954 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -174,6 +174,8 @@ gesture = [ "3, horizontal, workspace" + "3, up, dispatcher, exec, brightnessctl s +20%" + "3, down, dispatcher, exec, brightnessctl s +20%-" ]; bindm = [