From 0c8af34e2ee4fbf6f629d914f32fe9ae2763a203 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Tue, 4 Feb 2025 14:25:21 +0100 Subject: [PATCH] Tidy lib/utils.pm. --- lib/utils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 77a61b9d..88b3238f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -128,9 +128,9 @@ sub desktop_switch_layout { die "never managed to switch to layout ${layout}!"; } my $switcher = "super-spc"; # gnome; FIXME for other envs if used - # FIXME we use send_key_until_needlematch because sometimes the - # switch just doesn't work in gdm: - # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6066#note_1707051 + # FIXME we use send_key_until_needlematch because sometimes the + # switch just doesn't work in gdm: + # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6066#note_1707051 send_key_until_needlematch("${environment}_layout_${layout}", $switcher, 3, 3); }