# my-dwm **Repository Path**: bkfc/my-dwm ## Basic Information - **Project Name**: my-dwm - **Description**: 我自用的dwm配置 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-16 - **Last Updated**: 2023-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README My DWM Configuration ============================ Base Requirements ------------ ### XORG ```bash sudo pacman -S xorg xorg-xinit xorg-server ``` ### Wallpaper ```bash sudo pacman -S feh compton ``` ### File Manager ```bash sudo pacman -S ranger pcmanfm ``` ### Fonts ```bash sudo pacman -S ttf-nerd-fonts-symbols-2048-em noto-fonts-cjk ttf-sarasa-gothic adobe-source-code-pro-fonts ``` ## Extra Requirements ### Dmenu ```bash git clone https://git.suckless.org/dmenu && cd dmenu && sudo make clean install ``` ### ST ```bash git clone https://gitee.com/bkfc/st.git && cd st && sudo make clean install ``` Installation ------------ Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install dwm (if necessary as root): ```bash make clean install ``` Running DWM ----------- Add the following line to your .xinitrc to start dwm using startx: ```bash exec dwm ``` Configuration ------------- The configuration of dwm is done by creating a custom config.def.h. and (re)compiling the source code.