From 7fb6ac14352922a43804868091e6acb306ca2df1 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Mon, 11 Oct 2021 14:44:29 +0000 Subject: [PATCH] Revert "Deleted patches/sysctl.d/99-sysctl.conf,..." This reverts commit 210347ab30bfeb7af27bdc8922a925d11bd40d87 --- 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 insertions(+) create mode 100644 patches/sysctl.d/99-sysctl.conf create mode 100644 patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop create 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 new file mode 100644 index 0000000..d23499a --- /dev/null +++ b/patches/sysctl.d/99-sysctl.conf @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..0037237 --- /dev/null +++ b/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.desktop @@ -0,0 +1,6 @@ +[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 new file mode 100644 index 0000000..77c1bda --- /dev/null +++ b/patches/tromjaro-gnome-shell-fix/tromjaro-gnome-shell-fix.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gsettings set org.gnome.shell disable-user-extensions false