From bda81bc101bff7caf76d9a27aa31fccd24dcec84 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 13 Jan 2022 13:53:45 -0700 Subject: Added library-view.sh and bound it to o --- src/Internal/Keys.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index 3189ddb..936b12a 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -244,6 +244,9 @@ keymap = runKeys $ do bind xK_w $ (justMod -|- noMod) $ spawn "networkmanager_dmenu" + bind xK_o $ + (justMod -|- noMod) $ spawn "library-view.sh" + bind xK_v $ do (justMod -|- noMod) $ spawn "set-volume.sh" (shiftMod -|- rawMask shiftMask) $ spawn "set-volume.sh -a" -- cgit