From 49fff5a029e08f31941c75c19a72d7e7eb1ed172 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Oct 2021 22:58:10 +0100 Subject: fixed scripts --- scripts/.scripts/revive-chrome-gpu | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 scripts/.scripts/revive-chrome-gpu (limited to 'scripts/.scripts/revive-chrome-gpu') diff --git a/scripts/.scripts/revive-chrome-gpu b/scripts/.scripts/revive-chrome-gpu deleted file mode 100755 index 0bf16bc..0000000 --- a/scripts/.scripts/revive-chrome-gpu +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$2" = "suspend" ] || [ "$2" = "hybrid-sleep" ] -then - case "$1" in - pre) - true - ;; - post) - sleep 1 - pkill -f 'brave \-\-type=gpu-process' - ;; - esac -fi -- cgit v1.2.1