Increase DWM font size as a test

This commit is contained in:
2024-06-02 22:46:57 +01:00
parent 702531e6ca
commit b5b400e549
2 changed files with 4 additions and 3 deletions

View File

@@ -453,6 +453,7 @@ if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
compile() {
cd suckless/$1
rmm -rf config.h
sudo make clean install
cd ../..
}