added L#53-54 on keyboard.sh install script to inform the user of his options

This commit is contained in:
Lefteris Iliadis 2024-02-06 21:50:15 +02:00
parent ca85294d10
commit 35c1c05878

View File

@ -50,4 +50,6 @@ else
echo ""
echo ":: Keyboard setup updated successfully."
echo "PLEASE NOTE: You can update your keyboard layout later in ~/dotfiles/hypr/conf/keyboard.conf"
echo "For kb_options use `grp:caps_toggle` or `grp:win_space_toggle` or your own."
echo "For always on Numlock use `numlock_by_default = true`"
fi