mirror of https://github.com/Andrey0189/my-dwm
Зеркало репозитория https://github.com/Andrey0189/my-dwm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
dwm | 8 months ago | |
scripts | 8 months ago | |
README.md | 8 months ago | |
dwm-themes.png | 8 months ago | |
install.sh | 8 months ago |
README.md
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:
Used fonts:
- Font Awesome 6 Solid
- JetBrains Mono Medium
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
todwm/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!