From 2b7ca5b070df5b87cd641d2c0ad813813a594d35 Mon Sep 17 00:00:00 2001 From: endotrizine Date: Thu, 21 Nov 2024 06:26:01 +0500 Subject: [PATCH] =?UTF-8?q?for=20some=20reason=20=D0=BF=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=BB=20next=20track=20keybind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland/keybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index e7a7d32c9..503e594a5 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -177,6 +177,7 @@ bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really lo bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind' # [hidden] ##! Media +bindl= Super+Shift, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # Next track bindl= ,XF86AudioNext, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # [hidden] bindl= ,XF86AudioPrev, exec, playerctl previous # [hidden] bindl = Super+Shift, Comma, exec, ~/.config/ags/scripts/music/adjust-volume.sh -0.03 # Raise music volume