1
0
Fork 0
gnome-shell-performance-pkg.../gnome-shell-performance.install
Térence Clastres 15156e954a Replace .install gsettings logic with a message indicating the command to
run
We can't touch user settings from pacman and that makes sense.
2019-05-04 22:16:49 +02:00

9 lines
228 B
Text

post_install() {
setcap CAP_SYS_NICE=+ep usr/bin/gnome-shell
echo "To have real-time scheduling on Wayland, run `settings set org.gnome.mutter experimental-features "['rt-scheduler']"`
}
post_upgrade() {
post_install
}