summarylogtreecommitdiffstats
path: root/gnome-shell.install
diff options
context:
space:
mode:
authorMingi Sung2023-04-16 21:30:58 +0900
committerMingi Sung2023-04-16 22:21:53 +0900
commit32467a0e75160ae1452ee1507ea1525259d8b2ed (patch)
tree29f4c93814ea4a123c52ffb5cdb816a956e6071a /gnome-shell.install
parent4dc50d8cfb4aa339f986294eb52449ee9df07e8a (diff)
downloadaur-32467a0e75160ae1452ee1507ea1525259d8b2ed.tar.gz
Allow to spawn realtime threads without the help of rtkit
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
Diffstat (limited to 'gnome-shell.install')
-rw-r--r--gnome-shell.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-shell.install b/gnome-shell.install
new file mode 100644
index 000000000000..131ab8b0176c
--- /dev/null
+++ b/gnome-shell.install
@@ -0,0 +1,8 @@
+post_install() {
+ setcap cap_sys_nice+ep usr/bin/gnome-shell
+ echo "[Recommendation] Add rt-scheduler to /org/gnome/mutter/experimental-features in dconf setting"
+}
+
+post_upgrade() {
+ post_install()
+}