Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erietz/dwm
- Owner: erietz
- License: mit
- Created: 2021-09-10T01:49:54.000Z (over 3 years ago)
- Default Branch: ewr
- Last Pushed: 2022-10-26T23:01:46.000Z (about 2 years ago)
- Last Synced: 2023-03-06T22:04:26.537Z (almost 2 years ago)
- Language: C
- Size: 6.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```