瀏覽代碼

add screenshot and change README.md

master
RinRi 2 年之前
父節點
當前提交
d5a41c4c78
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      README.md
  2. 二進制
      dwm-screen.jpg
  3. 二進制
      dwm-screen.png

+ 6
- 6
README.md 查看文件

@@ -1,8 +1,8 @@
# My dwm build

![dwm-screen](dwm-screen.png)
![dwm-screen](dwm-screen.jpg)

This my own patched and configured dwm build with following pathes:
Patches:

- alwaysontop
- cool-autostart
@@ -11,7 +11,7 @@ This my own patched and configured dwm build with following pathes:
- fullgaps
- swallow

You can define autostarting programs in:
Autostart:

```c
static const char *const autostart[] = {
@@ -22,16 +22,16 @@ static const char *const autostart[] = {
};
```

Also I use `dunst` notification manager, `slstatus` statusbar, `picom` compositor and font awesome. First, you need to install them. I recommend installing `ttf-font-awesome-4` from AUR, because icons are too small in font awesome 5.
I use `dunst` notification manager, `slstatus` statusbar, `picom` and font awesome. Install them first. I recommend to install `ttf-font-awesome-4` from AUR if your icons look small.

You can change config.def.h configuration and then run this commands to compile dwm:
Build:

```bash
cp config.def.h config.h
sudo make install
```

Here is dwm's README:
dwm's README:

# dwm - dynamic windows manager



二進制
dwm-screen.jpg 查看文件

Before After
Width: 1920  |  Height: 1080  |  Size: 89 KiB

二進制
dwm-screen.png 查看文件

Before After
Width: 1920  |  Height: 1080  |  Size: 835 KiB

Loading…
取消
儲存