diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Internal/Keys.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index 44a7c9f..fc0244b 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -233,6 +233,9 @@ keymap = runKeys $ do bind xK_e $ (justMod -|- noMod) $ spawn "emoji-select.sh" + + bind xK_a $ + (justMod -|- noMod) $ spawn "set-sink.sh" -- Double-tap Z to toggle zoom. |