summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorVuiMuich2022-10-02 20:05:46 +0200
committerVuiMuich2022-10-02 20:05:46 +0200
commit48f68ef2afb89029a1ac5173c89f99f2a858f9ba (patch)
tree8e26654c7edc97037fa10ae0dcec363bd5ef6bd1 /readme.install
parent150ccfddc0220f07191d2c7608b8030018f64e76 (diff)
downloadaur-48f68ef2afb89029a1ac5173c89f99f2a858f9ba.tar.gz
add readme.install with upgrade message
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.install b/readme.install
new file mode 100644
index 000000000000..0af7b556b80b
--- /dev/null
+++ b/readme.install
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo -e "\n\e[1;33mWarning:\e[0m When upgrading from a build without `lefthk` (basically anything before `0.4.0`) you need to completely restart `leftwm` in order to start the hotkey daemon proprerly. A `SoftReload` or `HardReload` will leave you with a session non responsive to keybinds but otherwise running well."
+ echo -e "\n\e[1;33mPlease reboot or exit to login/tty to restart `leftwm`.\e[0m"
+}