summarylogtreecommitdiffstats
path: root/spectrwm.install
blob: 9a2aa1eeb6d2ad730d858d979cbef25235548388 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo 'As of 3.4.X, "focus_mode = follow_cursor" will lock up spectrwm in some circumstance.'
  echo 'Please check your config.'
}

post_upgrade() {
  post_install
}