more mediakey binds

This commit is contained in:
Joel Mathew Thomas
2024-07-16 18:07:02 +05:30
parent c3b3cc174c
commit 99cffb0054
+4 -2
View File
@@ -164,7 +164,7 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
windowrulev2 = opacity 0.85,class:^(nemo) windowrulev2 = opacity 0.85,class:^(nemo)
windowrulev2 = opacity 0.90,class:^(Code) windowrulev2 = opacity 0.90,class:^(Code)
windowrule = opacity 0.90, ^(Spotify)$ 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.85, ^(thunar)$
windowrule = opacity 0.90, ^(org.qbittorrent.qBittorrent)$ windowrule = opacity 0.90, ^(org.qbittorrent.qBittorrent)$
layerrule = blur, rofi 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 # Example volume button that will activate even while an input inhibitor is active
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Play/Pause # Play/Pause/Seek
bind = ,XF86AudioPlay, exec, playerctl play-pause bind = ,XF86AudioPlay, exec, playerctl play-pause
bindl=, XF86AudioNext, exec, playerctl next
bindl=, XF86AudioPrev, exec, playerctl previous
# Mute # Mute
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle