-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install script quit on compile error; update doc
- Loading branch information
1 parent
75cfcf6
commit 5007fd8
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,16 @@ A dynamic window manager - FrozenArcher's fork | |
|
||
```bash | ||
git clone [email protected]:FrozenArcher/dwm.git $HOME/dwm | ||
cd $HOME/dwm | ||
cd $HOME/dwm/dwmblocks | ||
git submodule init | ||
git submodule update | ||
cd .. | ||
sudo ./install | ||
``` | ||
|
||
## Launching | ||
|
||
Via a display manager or in your `.xinitrc`: | ||
Via a display manager or in your `.xinitrc`, add: | ||
|
||
```bash | ||
launch_dwm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# TODO | ||
|
||
* change install script to makefile | ||
* add systray | ||
* bar modules | ||
* independent configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters