firefox: spell name with capital letter for description (it bothers me in Plasma menu)

This commit is contained in:
Aminda Suomalainen 2026-03-17 10:52:51 +02:00
parent df804b7a72
commit ded2d7f412
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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