ohyeah
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
rm blocks.h
|
||||
rm -f blocks.h
|
||||
sudo make clean install
|
||||
11
install
Executable file
11
install
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
cd dwm
|
||||
./install
|
||||
cd ../dwmblocks
|
||||
cd dwmblocks
|
||||
./install
|
||||
cd ../dmenu
|
||||
./install
|
||||
cd ../st
|
||||
./install
|
||||
echo "done."
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "CaskaydiaCoveNerdFontMono:size=14:antialias=true:autohint=true";
|
||||
static char *font = "CaskaydiaCoveNerdFontMono:size=16:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user