Skip to content

criticalsool/dwm-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwm - dynamic window manager

dwm is an extremely fast, small, and dynamic window manager for X.


This is my personal dwm setup with following patches:

Installation

git clone https://github.com/criticalsool/dwm-custom.git && \
cd dwm-custom/ && \
bash dwm.bash

Note

dwm.bash will install the dependencies, compile and install dwl, dmenu and slstatus

Tip

from_minimal.bash will start from a minimal Debian or Archlinux CLI installation and install and configure xorg and greetd in addition to execute dwm.bash

git clone https://github.com/criticalsool/dwm-custom.git && \
cd dwm-custom/ && \
bash from_minimal.bash

Caution

It will also configure autologin and install a bunch of packages you might not want, to work with my dwm configuration. Please read it before

Tips

  • flatpak application in dmenu
sudo ln -s /var/lib/flatpak/exports/bin/io.freetubeapp.FreeTube /usr/bin/freetube

Thanks