summarylogtreecommitdiffstats
path: root/rhkhm-git.install
blob: 439f8bfe2ba6e86efd4302f80b310b831826b1b2 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo "rhkhm is now installed! Before it can function, you have to:"
    echo ""
    echo "Copy and modify the default configuration file: \`cp /usr/share/doc/rhkhm/rhkhm.ini ~/.config/rhkhm.ini\`"
    echo "Add a keybind for the menu to your sxhkd configuration:"
	echo "echo \"# Display keybind menu\nsuper + b\n    rhkhmenu\" >> ~/.config/sxhkd/sxhkdrc"
    echo ""
}