diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5a953693..c66e7b64 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -195,4 +195,13 @@ alt + backslash alt + m wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers +# ===================== +# ======= dunst ======= +# ===================== + +# Get the current node's mode +alt + n + SXHKD_NODE=$(bspc query -T -n) && \ + notify-send "Current window $(echo $SXHKD_NODE | jq '.client.className') is in mode" "$(echo $SXHKD_NODE | jq '.client.state')" + # vim:ft=sxhkdrc