mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Editing the README for dwm.
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
dwm - dynamic window manager
|
# dwm - dynamic window manager
|
||||||
============================
|
|
||||||
dwm is an extremely fast, small, and dynamic window manager for X.
|
dwm is an extremely fast, small, and dynamic window manager for X.
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
# Requirements
|
||||||
------------
|
|
||||||
In order to build dwm you need the Xlib header files.
|
In order to build dwm you need the Xlib header files.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
# Installation
|
||||||
------------
|
|
||||||
Edit config.mk to match your local setup (dwm is installed into
|
Edit config.mk to match your local setup (dwm is installed into
|
||||||
the /usr/local namespace by default).
|
the /usr/local namespace by default).
|
||||||
|
|
||||||
@@ -19,8 +19,8 @@ necessary as root):
|
|||||||
make clean install
|
make clean install
|
||||||
|
|
||||||
|
|
||||||
Running dwm
|
# Running dwm
|
||||||
-----------
|
|
||||||
Add the following line to your .xinitrc to start dwm using startx:
|
Add the following line to your .xinitrc to start dwm using startx:
|
||||||
|
|
||||||
exec dwm
|
exec dwm
|
||||||
@@ -42,7 +42,7 @@ like this in your .xinitrc:
|
|||||||
exec dwm
|
exec dwm
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
# Configuration
|
||||||
-------------
|
|
||||||
The configuration of dwm is done by creating a custom config.h
|
The configuration of dwm is done by creating a custom config.h
|
||||||
and (re)compiling the source code.
|
and (re)compiling the source code.
|
||||||
|
|||||||
Reference in New Issue
Block a user