firefox: actually rename to firefox-bin in systemd-inhibit

This commit is contained in:
Aminda Suomalainen 2026-03-17 11:17:50 +02:00
parent ded2d7f412
commit 3dc11004e6
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-bin" --why "Firefox is running, let's not autoreboot or anything" $@
else
$@
fi