updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / swm / swm.install
blob00b11c1c30ce911f05cf2aff2838e239a7ed3958
1 post_install() {
2   echo -e "\n -------------------------------------------------"
3   echo    " Copy the contents of /etc/xdg/swm to ~/.swm"
4   echo    " These control mouse behavior on the root desktop:"
5   echo    "  - button1 defines L-click [default: none]"
6   echo    "  - button2 defines M-click [default: swmswitch]"
7   echo    "  - button3 defines R-click [default: xterm]"
8   echo    " -------------------------------------------------"
9   echo -e "\n Config:"
10   echo    "  - Put 'exec startswm' in ~/.xinitrc"
11   echo    "  - Change the background xpm tile with swmbg"
12   echo    "  - Change the window manager theme with swmtheme"
13   echo -e "\n Usage:"
14   echo    "  - man pages:     swm(1); swmswitch(1); swmbg(1)"
15   echo    "  - swmtheme:      swmtheme --help"
16   echo    "  - full docs:     /usr/share/doc/swm"
17   echo -e "\n Enjoy sWM!\n"
20 post_upgrade() {
21   post_install $1