fix: update keybindings script message (#37)
This commit is contained in:
commit
797f09fdd8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! command -v keyb >/dev/null 2>&1; then
|
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
|
exit 1
|
||||||
else
|
else
|
||||||
CONFIG=$(fd --base-directory "$HOME/.config/keyb/bindings" --type f . | sed 's/\.yml$//' | rofi -dmenu)
|
CONFIG=$(fd --base-directory "$HOME/.config/keyb/bindings" --type f . | sed 's/\.yml$//' | rofi -dmenu)
|
||||||
|
|
Loading…
Add table
Reference in a new issue