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.

51 lines
1.3 KiB

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. Configuration
  6. -------------
  7. You have to edit the source code for configuration, this WM is intended to
  8. provide sane defaults, if something doesn't fits your needs, edit config.h and
  9. maybe key.c. To change the status output edit that status variable definition
  10. in wm.c.
  11. Requirements
  12. ------------
  13. In order to build gridwm you need the Xlib header files.
  14. Installation
  15. ------------
  16. Edit config.mk to match your local setup. gridwm is installed into
  17. the /usr/local namespace by default.
  18. Afterwards enter the following command to build and install gridwm (if
  19. necessary as root):
  20. make clean install
  21. Running gridwm
  22. --------------
  23. Add the following line to your .xinitrc to start gridwm using startx:
  24. exec gridwm
  25. In order to connect gridwm to a specific display, make sure that
  26. the DISPLAY environment variable is set correctly, e.g.:
  27. DISPLAY=foo.bar:1 exec gridwm
  28. This will start gridwm on display :1 of the host foo.bar.
  29. Configuration
  30. -------------
  31. The configuration of gridwm is done by customizing the config.h source file. To
  32. customize the key bindings edit key.c. To change the status output, edit the
  33. status command definition in wm.c.