mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-03-19 23:37:54 +01:00
firefox: spell name with capital letter for description (it bothers me in Plasma menu)
This commit is contained in:
parent
df804b7a72
commit
ded2d7f412
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user