diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Rahm/Desktop/Keys.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Rahm/Desktop/Keys.hs b/src/Rahm/Desktop/Keys.hs index 8ec3aeb..26d564e 100644 --- a/src/Rahm/Desktop/Keys.hs +++ b/src/Rahm/Desktop/Keys.hs @@ -888,6 +888,9 @@ bindings = do doc "Open a file from the library" $ spawnX "library-view.sh" + bind xK_t $ do + (justMod -|- noMod) $ spawnX "tabs-search.sh" + bind xK_v $ do (justMod -|- noMod) $ doc "Set the volume via rofi." $ |