summaryrefslogtreecommitdiff
path: root/pcr/qtile/qtile.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/qtile/qtile.install')
-rw-r--r--pcr/qtile/qtile.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/qtile/qtile.install b/pcr/qtile/qtile.install
new file mode 100644
index 000000000..bdaf96f17
--- /dev/null
+++ b/pcr/qtile/qtile.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> Qtile Example Config at"
+ echo ">>> /usr/share/doc/qtile/default_config.py"
+}
+
+post_upgrade() {
+ echo ">>> Qtile Example Config at"
+ echo ">>> /usr/share/doc/qtile/default_config.py"
+ echo ">>> WARNING: Some config breakage on 0.10.2, look at changelog https://github.com/qtile/qtile/blob/v0.10.2/CHANGELOG#L27"
+}
+
+# vim:set ts=2 sw=2 et: