diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-03-13 05:44:48 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-03-13 05:44:48 +0900 |
| commit | d254d3d0b630c9eb1a52683d0993ceac86630754 (patch) | |
| tree | 4f16360ed888a482fd1b5f2156fdb7bfcde71020 /config/hypr/scripts/SwitchKeyboardLayout.sh | |
| parent | 2f41a7476cc2833711acc4b964e79fb1330cf484 (diff) | |
removal of extra # to align with new hyprlang requirement. Credit goes to @@Ryuuyas
Diffstat (limited to 'config/hypr/scripts/SwitchKeyboardLayout.sh')
| -rwxr-xr-x | config/hypr/scripts/SwitchKeyboardLayout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh index 90451c67..b280493e 100755 --- a/config/hypr/scripts/SwitchKeyboardLayout.sh +++ b/config/hypr/scripts/SwitchKeyboardLayout.sh @@ -1,5 +1,5 @@ #!/bin/bash -## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # This is for changing kb_layouts. Set kb_layouts in $settings_file layout_f="$HOME/.cache/kb_layout" |
