From ded2d7f412264250d93372b81455605750408435 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Mar 2026 10:52:51 +0200 Subject: [PATCH] firefox: spell name with capital letter for description (it bothers me in Plasma menu) --- bash/usr-local-bin/firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox index 5a9f47f..1157847 100755 --- a/bash/usr-local-bin/firefox +++ b/bash/usr-local-bin/firefox @@ -9,7 +9,7 @@ FlagsForFirefox="--allow-downgrade $@" inhibitcmd() { if hash systemd-inhibit 2> /dev/null; then - systemd-inhibit --who "firefox ($(whoami))" --why "Web browser is running, let's not autoreboot or anything" $@ + systemd-inhibit --who "Firefox ($(whoami))" --why "Web browser is running, let's not autoreboot or anything" $@ else $@ fi