summarylogtreecommitdiffstats
path: root/spectrwm.install
diff options
context:
space:
mode:
authorBrian Bidulock2021-06-21 22:25:44 -0600
committerBrian Bidulock2021-06-21 22:25:44 -0600
commitaa439ccfe2c9461b0719ce64c9e4a57d869a873d (patch)
treef0ea5cc5632de7fbd45ccf9822c912a2810a9c1b /spectrwm.install
parenta4b299d6d97bd572cbaa7076b1deeeda9709ad31 (diff)
downloadaur-aa439ccfe2c9461b0719ce64c9e4a57d869a873d.tar.gz
update
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
+}