From 3ec778781d989902ace9642846feaab39dd3a299 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 6 Apr 2026 20:47:36 +0100 Subject: [PATCH] fix(binds): update playerctl keybinds Interfered with CS2 voting systems. Must find another way for it not to override with other programs. --- .config/hypr/keybinds.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 5276ce3..0d3220d 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -47,15 +47,15 @@ bindel = $mainMod, L, exec, brightnessctl -e4 -n2 set 5%+ bindel = $mainMod, K, exec, brightnessctl -e4 -n2 set 5%- # Volume -bindl = , F4, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -bindl = , F5, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ -bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle +bindl = , F6, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bindl = , F7, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ +bindl = , F8, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindl = , F9, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Playback (requires playerctl) -bindl = , F2, exec, playerctl previous -bindl = , F1, exec, playerctl play-pause -bindl = , F3, exec, playerctl next +bindl = , F3, exec, playerctl previous +bindl = , F4, exec, playerctl play-pause +bindl = , F5, exec, playerctl next bindl = , switch:on:Lid Switch, exec, hyprctl dispatch dpms off bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on