From 99cffb00544f681785ada4dbd7973f10d4087a91 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:07:02 +0530 Subject: [PATCH] more mediakey binds --- .config/hypr/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3947c30..08db255 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -164,7 +164,7 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. windowrulev2 = opacity 0.85,class:^(nemo) windowrulev2 = opacity 0.90,class:^(Code) windowrule = opacity 0.90, ^(Spotify)$ -windowrule = opacity 0.80, ^(dev.alextren.Spot)$ +windowrule = opacity 0.85, ^(dev.alextren.Spot)$ windowrule = opacity 0.85, ^(thunar)$ windowrule = opacity 0.90, ^(org.qbittorrent.qBittorrent)$ layerrule = blur, rofi @@ -248,8 +248,10 @@ bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ # Example volume button that will activate even while an input inhibitor is active bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -# Play/Pause +# Play/Pause/Seek bind = ,XF86AudioPlay, exec, playerctl play-pause +bindl=, XF86AudioNext, exec, playerctl next +bindl=, XF86AudioPrev, exec, playerctl previous # Mute bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle