From 8484024e3bb570cdafa06d114867419b9b7854e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 23 Jul 2022 23:14:48 +0200 Subject: [PATCH] add more audio key bindings --- src/XMonad/Custom/AudioKeyBindings.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/XMonad/Custom/AudioKeyBindings.hs b/src/XMonad/Custom/AudioKeyBindings.hs index c10bc96..be4e022 100644 --- a/src/XMonad/Custom/AudioKeyBindings.hs +++ b/src/XMonad/Custom/AudioKeyBindings.hs @@ -15,6 +15,8 @@ myMediaKeyBindings = [ , ("", playerctl "previous") , ("", playerctl "next") , ("", amixer "toggle") + , ("", increaseVolume 5) + , ("", increaseVolume 5) , ("", decreaseVolume 5) , ("", increaseVolume 5)