summarylogtreecommitdiffstats
path: root/drun-gtk3.install
diff options
context:
space:
mode:
Diffstat (limited to 'drun-gtk3.install')
-rw-r--r--drun-gtk3.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/drun-gtk3.install b/drun-gtk3.install
new file mode 100644
index 000000000000..d8571f5b9305
--- /dev/null
+++ b/drun-gtk3.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo " If you are migrating to drun-gtk3 from old drun package,"
+ echo " the config and history locations have changed:"
+ echo " . Config moved from ~/.drunrc -> .config/drun/rc"
+ echo " . History moved ~/.drun-history -> .cache/drun/history"
+ echo
+ echo " On Wayland the DIALOG window hint seems to be ignored."
+ echo " On sway you can fix this with"
+ echo " for_window [app_id=\"drun\"] floating enable"
+ echo " in your config."
+}