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 " -------------------------------------------------"
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"
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"