summarylogtreecommitdiffstats
path: root/mutter.install
blob: e295b50e3f8f7080964e92bdaaf01e1d78c0dc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tip() {
  echo -e "\n\n\n"
  echo -e "\033[31m === use 'mutter_setting' command to set window rounded radius. === \033[0m"
  echo -e "\n\n\n"
}

post_install() {
  tip
  setcap cap_sys_nice+ep usr/bin/mutter
}

post_upgrade() {
  post_install
}