summarylogtreecommitdiffstats
path: root/layout-switcher.install
blob: 0047ea2a46646596347bf0dc9f9a600e558ed58d (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo " +---------------------------------------------------------------------+"
  echo " | To enable and start the layout-switcher daemon, run:                |"
  echo " |   systemctl --user enable --now layout-switcher.service             |"
  echo " | To bind layout-switcher to a hotkey, configure your compositor:     |"
  echo " |   pkill -USR1 layout-switcher                                       |"
  echo " +---------------------------------------------------------------------+"
}