diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox index 1157847..fd3683a 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-bin" --why "Firefox is running, let's not autoreboot or anything" $@ else $@ fi