Configuration file for DWM on MacBook Air
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
903 B

18 years ago
18 years ago
  1. gridwm
  2. ------
  3. gridwm is an automatic X11 window manager which arranges all windows in a grid.
  4. One goal is not to exceed 3kSLOC.
  5. Requirements
  6. ------------
  7. In order to build gridwm you need the Xlib header files.
  8. Installation
  9. ------------
  10. Edit config.mk to match your local setup. gridwm is installed into
  11. the /usr/local namespace by default.
  12. Afterwards enter the following command to build and install gridwm (if
  13. necessary as root):
  14. make clean install
  15. Running gridwm
  16. --------------
  17. Add the following line to your .xinitrc to start gridwm using startx:
  18. exec gridwm
  19. In order to connect gridwm to a specific display, make sure that
  20. the DISPLAY environment variable is set correctly, e.g.:
  21. DISPLAY=foo.bar:1 exec wmii
  22. This will start gridwm on display :1 of the host foo.bar.
  23. Configuration
  24. -------------
  25. The configuration of gridwm is done by customizing the config.h
  26. source file.