This repository has been archived on 2024-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
suckless/dwm/README.md

28 lines
760 B
Markdown
Raw Normal View History

2024-07-20 23:00:12 +08:00
# Dynamic Window Manager
## Dependency (依赖)
```bash
Imlib2
```
## fonts (字体)
```bash
ttf-hack-nerd
wqy-microhei
noto-fonts-emoji
```
## Shortcut key (快捷键)
| 快捷键 | 结果 |
|------------------------| --------------- |
| `Win + p` | 打开菜单 |
| `Win + Return` | 打开终端 |
| `Win + r` | 刷新壁纸 |
| `Win + a` | 截屏 |
| `Win + '` | 打开浮动终端 |
| `Win + Shift + Return` | 设置主窗口 |
| `Win + b` | 关闭/打开状态栏 |
| `Win + Tab` | 切换标签页 |
| `Win + Shfit + q` | 关闭窗口 |
| `Win + Shift + c` | 关闭 DWM |