fix: update keybindings script message (#37)

This commit is contained in:
Matt 2024-12-11 23:14:13 +01:00 committed by GitHub
commit 797f09fdd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/bin/bash
if ! command -v keyb >/dev/null 2>&1; then
notify-send "Program not found" "Make sure you have installed cliphist"
notify-send "Program not found" "Make sure you have installed keyb"
exit 1
else
CONFIG=$(fd --base-directory "$HOME/.config/keyb/bindings" --type f . | sed 's/\.yml$//' | rofi -dmenu)