summarylogtreecommitdiffstats
path: root/drun-gtk3.install
blob: d8571f5b9305c74774353ddba82c64b621c7ad41 (plain)
1
2
3
4
5
6
7
8
9
10
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."
}