1
0
Fork 0
gnome-shell-performance-pkg.../gnome-shell.install
Mingi Sung 5e1a40ef41
Fix INSTALL
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
2023-04-16 22:31:42 +09:00

8 lines
202 B
Text

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
}