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.

40 lines
869 B

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