summarylogtreecommitdiffstats
path: root/spectrwm.install
diff options
context:
space:
mode:
Diffstat (limited to 'spectrwm.install')
-rw-r--r--spectrwm.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/spectrwm.install b/spectrwm.install
new file mode 100644
index 000000000000..9a2aa1eeb6d2
--- /dev/null
+++ b/spectrwm.install
@@ -0,0 +1,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
+}