From 4907183622758d364ae9f574ff8d1b48c73854a0 Mon Sep 17 00:00:00 2001 From: librewish Date: Fri, 18 Feb 2022 13:19:25 +0530 Subject: [PATCH] enable magic sysrq by default --- PKGBUILD | 4 ++-- usr/lib/sysctl.d/99-sysctl-garuda.conf | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 76b9d75..df710e1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Librewish pkgname=garuda-common-settings -pkgver=2.5.4 -pkgrel=2 +pkgver=2.5.5 +pkgrel=1 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" license=('GPL') diff --git a/usr/lib/sysctl.d/99-sysctl-garuda.conf b/usr/lib/sysctl.d/99-sysctl-garuda.conf index a9713ee..78050f8 100644 --- a/usr/lib/sysctl.d/99-sysctl-garuda.conf +++ b/usr/lib/sysctl.d/99-sysctl-garuda.conf @@ -10,3 +10,6 @@ kernel.unprivileged_userns_clone=1 # To hide any kernel messages from the console kernel.printk = 3 3 3 3 + +# the key combination of Alt+SysRq+ will result in Magic SysRQ invocation +kernel.sysrq=1