diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 22:20:36 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 22:20:36 +0900 |
| commit | 628caaee7981c521f916400c7283f972b6d31da4 (patch) | |
| tree | aebf5a69abac0ff95999a8ce796602150e24aa17 | |
| parent | 547a4741b905cf9ac4ee4237470120e8a08cc027 (diff) | |
minor update
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ if [ "$confirm" = "y" ]; then mv temp.conf config/hypr/configs/Settings.conf else # If the detected layout is not correct, prompt the user to enter the correct layout - printf "${WARN} Ensure to type in the proper keyboard layout, e.g., gb, de, pl, etc.\n" + printf "${WARN} Ensure to type in the proper keyboard layout else Hyprland will crash, e.g., gb, de, pl, etc.\n" read -p "Please enter the correct keyboard layout: " new_layout # Update the 'kb_layout=' line with the correct layout in the file awk -v new_layout="$new_layout" '/kb_layout/ {$0 = " kb_layout=" new_layout} 1' config/hypr/configs/Settings.conf > temp.conf |
