Configuration of dwm for Mac Computers
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.

43 lines
1011 B

18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
  1. gridwm
  2. ------
  3. gridwm is an extremly fast, small, and automatic X11 window manager. It
  4. arranges all windows in a grid.
  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 gridwm
  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 source file. To
  26. customize the key bindings edit kb.c. To change the status output, edit the
  27. status command definition in wm.c.