From c3043a6003a118dcae3c605c0dadcd9098465b91 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sat, 15 Aug 2020 00:14:48 -0600 Subject: [PATCH] Fixed OctoPrint plugins in Surf --- stage1/01-sys-tweaks/files/.browser.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stage1/01-sys-tweaks/files/.browser.sh b/stage1/01-sys-tweaks/files/.browser.sh index 5906bff..bd6cf79 100644 --- a/stage1/01-sys-tweaks/files/.browser.sh +++ b/stage1/01-sys-tweaks/files/.browser.sh @@ -20,10 +20,9 @@ done ###### ## Opens browser -# -d | Disable disk caching # -F | Fullscreen # -g | Disable giving away geolocation # -K | Enable kiosk mode (doesn't seem to do anything?) # -n | Disable web inspector # -p | Disable plugins -surf -d -F -g -K -n -p "$ADDRESS" +surf -F -g -K -n -p "$ADDRESS"