From 3cf95e8ea2baa48babc2253386bc09f60e0ae322 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 15 Sep 2023 01:31:05 +0300 Subject: meta: Don’t pass ‘-u normal’ to ‘notify-send’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/chkb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/chkb') 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 -- cgit v1.2.3