From 3dc11004e6d09f1f6eb459e437de78b5865d283b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Mar 2026 11:17:50 +0200 Subject: [PATCH] firefox: actually rename to firefox-bin in systemd-inhibit --- 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 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