diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 0f7329d..749bc15 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -224,6 +224,9 @@ bind = , XF86AudioNext, exec, playerctl next bind = , XF86AudioPlay, exec, playerctl play-pause bind = , XF86AudioPrev, exec, playerctl previous + bind = SUPER ALT, Right, exec, playerctl next + bind = SUPER ALT, Down, exec, playerctl play-pause + bind = SUPER ALT, Left, exec, playerctl previous bind = , XF86PowerOff, exec, wlogout