From c7c43b7c474eb8b31aa364bcb1066dc2cabd80d9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 17 Dec 2022 02:00:50 +0100 Subject: [PATCH] I still need the firefox wrapper, though. --- _desktop/firefox | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 _desktop/firefox diff --git a/_desktop/firefox b/_desktop/firefox new file mode 100755 index 0000000..1fd8513 --- /dev/null +++ b/_desktop/firefox @@ -0,0 +1,2 @@ +#!/bin/sh +[ -n "$1" ] && firefox-bin "$*" || firefox-bin &