From 70ac73bc332facb6b55044a8a6145ea805592d18 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 29 Dec 2024 17:43:00 +0100 Subject: checkpoint --- bin/extra/cycleKB | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/extra/cycleKB') diff --git a/bin/extra/cycleKB b/bin/extra/cycleKB index 25f018d..597f26f 100755 --- a/bin/extra/cycleKB +++ b/bin/extra/cycleKB @@ -18,4 +18,4 @@ IndexLayout="$(list_layouts | awk "/^$(current_keymap)/ {print NR}")" [ "$IndexLayout" -eq "$NumLayouts" ] && IndexLayout=1 || IndexLayout=$((IndexLayout + 1)) Layout="$(list_layouts | sed -n "${IndexLayout}p" )" setxkbmap $Layout & -notify-send -t 1000 "cycleKB" "${Layout%% *}" +herbe "_cycleKB" "*${Layout%% *}" -- cgit v1.2.3