summarylogtreecommitdiffstats
path: root/gnome-shell-extension-another-window-session-manager.install
blob: 20dd7403b863119f53ac7c44cf6a81ee9cf35ec5 (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo ""
  echo "To make Close by rules work:"
  echo "install ydotool and enable + start the user service:"
  echo "sudo pacman -Syu --asdeps ydotool"
  echo "systemctl --user enable --now ydotool"
  echo ""
}