aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-09 19:27:29 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-09 19:27:36 +0900
commitdc862efc66b72462975f873c8f79ef34462e4c4c (patch)
treeaa9c8e62f22a5c1b6926139788a19f647ca2fe35 /config
parentd87402e36b299c59d0f098ede06a6478eca19a20 (diff)
a fix as per issues $422
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/scripts/SwitchKeyboardLayout.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/SwitchKeyboardLayout.sh b/config/hypr/scripts/SwitchKeyboardLayout.sh
index 9ef71f64..7ff1c7c6 100755
--- a/config/hypr/scripts/SwitchKeyboardLayout.sh
+++ b/config/hypr/scripts/SwitchKeyboardLayout.sh
@@ -61,7 +61,8 @@ change_layout() {
while read -r name; do
echo "Switching layout for $name to $new_layout..."
- hyprctl switchxkblayout "$name" "$new_layout"
+ #hyprctl switchxkblayout "$name" "$new_layout"
+ hyprctl switchxkblayout "$name" next
if [[ $? -eq 0 ]]; then
echo "Switched the layout for $name."
else
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage