From 052ff9bfd00c55ba9111fa24508ea648141ea78a Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 15 Feb 2021 12:52:20 +0100 Subject: [PATCH] feat: add neomutt keybinding --- .config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2ffb498..dbf3877 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -53,5 +53,8 @@ super + shift + {h,j,k,l} super + shift + m $TERMINAL -c "ncmpcpp" -e ncmpcpp +super + shift + n + $TERMINAL -c "neomutt" -e neomutt + super + shift + b script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script