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