From 7d960b93c2a8c30702bb5f557492ec84c26b4a20 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 29 Nov 2023 11:52:02 +0100 Subject: [PATCH] Hyprland: player controls using alt --- modules/hm/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) 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