Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erietz/dwm

my fork of dwm
https://github.com/erietz/dwm

Last synced: 19 days ago
JSON representation

my fork of dwm

Awesome Lists containing this project

README

        

# About

This branch is my personal fork of dwm. I created it by:

```sh
git clone git://git.suckless.org/dwm
cd dwm
git remote rename origin upstream
git remote add origin
git push -u origin master
```

To pull updates from suckless

```sh
git pull upstream/master
```

To push updates to my fork

```sh
git push origin ewr
```

## Installation

`make`

`sudo make install`

Create a file `dwm.desktop` file at `/usr/share/xsessions/dwm.desktop`
containing the following

```conf
[Desktop Entry]
Encoding=UTF-8
Name=Dwm
Comment=Dynamic window manager
Exec=dwm
Icon=dwm
Type=XSession
```