Skip to content

Commit 3c77027

Browse files
committed
add back the bindings
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
1 parent 65213eb commit 3c77027

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

home/system/hyprland/bindings.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,18 @@
4949
];
5050

5151
bindl = [
52+
",XF86AudioMute, exec, sound-toggle" # Toggle Mute
53+
",XF86AudioPlay, exec, ${pkgs.playerctl}/bin/playerctl play-pause" # Play/Pause Song
54+
",XF86AudioNext, exec, ${pkgs.playerctl}/bin/playerctl next" # Next Song
55+
",XF86AudioPrev, exec, ${pkgs.playerctl}/bin/playerctl previous" # Previous Song
5256
",switch:Lid Switch, exec, ${pkgs.hyprlock}/bin/hyprlock" # Lock when closing Lid
5357
];
58+
59+
bindle = [
60+
",XF86AudioRaiseVolume, exec, sound-up" # Sound Up
61+
",XF86AudioLowerVolume, exec, sound-down" # Sound Down
62+
",XF86MonBrightnessUp, exec, brightness-up" # Brightness Up
63+
",XF86MonBrightnessDown, exec, brightness-down" # Brightness Down
64+
];
5465
};
5566
}

0 commit comments

Comments
 (0)