summarylogtreecommitdiffstats
path: root/drun-gtk3.install
diff options
context:
space:
mode:
authorJeremy Sylvestre2019-10-19 11:07:38 -0600
committerJeremy Sylvestre2019-10-19 11:07:38 -0600
commit120a102225781d0dbd035784dfaa71bb6037255b (patch)
tree70a5a8b3695bc020a341125be71b7c8fca9c76e4 /drun-gtk3.install
downloadaur-120a102225781d0dbd035784dfaa71bb6037255b.tar.gz
Initial PKGBUILD
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."
+}