Зеркало репозитория https://github.com/Andrey0189/my-dwm
Go to file
2022-10-19 14:52:07 +03:00
dwm Add files via upload 2022-10-18 19:19:07 +03:00
scripts Update startdwm 2022-10-18 19:34:35 +03:00
dwm-themes.png Add files via upload 2022-10-18 19:13:25 +03:00
install.sh Add files via upload 2022-10-18 19:13:25 +03:00
README.md Update README.md 2022-10-19 14:52:07 +03:00

My DWM setup

DWM is a dynamic window manager made by the Suckless team. This is my own configuration of this window manager. Warning: this setup is NOT "just works". You may need to edit some scripts and configs.

Applied patches:

Themes:

themes

Used fonts:

Pre-installation

  • Clone the repository git clone https://github.com/Andrey0189/my-dwm
  • Add export PATH="${HOME}/.local/bin:${PATH}" to your ~/.bash_profile
  • Rename dwm/config.dark.h to dwm/config.h if you prefer dark theme.
  • Edit dwm/config.h to change default terminal, fonts, window rules, keybinds etc.

Installation

cd my-dwm
sudo chmod +x ./install.sh 
./install.sh

Do NOT execute ./install.sh as root

Then add this to your .xinitrc or create a new session

exec startdwm

Post-installation

  • Set DWM directory in the ~/.local/bin/restartdwm for proper restart.
  • Change autostart commands in the ~/.local/bin/startdwm.
  • Change bar output in ~/.local/bin/ubar.
  • Enjoy!