summaryrefslogtreecommitdiff
path: root/.local/bin/chkb
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/chkb')
-rwxr-xr-x.local/bin/chkb2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb
index a61e7d9..2edc0d6 100755
--- a/.local/bin/chkb
+++ b/.local/bin/chkb
@@ -16,6 +16,6 @@ if choice="`
`"
then
hyprctl switchxkblayout $KEYBOARD ${choice% *} >/dev/null
- notify-send -a "${0##*/}" -u normal 'Keyboard Layout Changed' \
+ notify-send -a "${0##*/}" 'Keyboard Layout Changed' \
"The keyboard layout was changed to ‘${choice##* }’."
fi