From 210347ab30bfeb7af27bdc8922a925d11bd40d87 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Mon, 11 Oct 2021 13:31:54 +0000 Subject: [PATCH] Deleted patches/sysctl.d/99-sysctl.conf, patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop, patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh --- patches/sysctl.d/99-sysctl.conf | 2 -- .../tromjaro-gnome-shell-fix.desktop | 6 ------ .../tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh | 3 --- 3 files changed, 11 deletions(-) delete mode 100644 patches/sysctl.d/99-sysctl.conf delete mode 100644 patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop delete mode 100644 patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh diff --git a/patches/sysctl.d/99-sysctl.conf b/patches/sysctl.d/99-sysctl.conf deleted file mode 100644 index d23499a..0000000 --- a/patches/sysctl.d/99-sysctl.conf +++ /dev/null @@ -1,2 +0,0 @@ -vm.swappiness=10 -vm.vfs_cache_pressure=50 diff --git a/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop b/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop deleted file mode 100644 index 0037237..0000000 --- a/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=tromjaro-gnome-shell-fix -Comment=Fixes gnome shell logout bug -Exec=/usr/bin/tromjaro-gnome-shell-fix -Terminal=false -Type=Application diff --git a/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh b/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh deleted file mode 100644 index 77c1bda..0000000 --- a/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -gsettings set org.gnome.shell disable-user-extensions false