configuration form the arch linux stored
This commit is contained in:
6
myfonts/fonts/misc/resize.txt
Normal file
6
myfonts/fonts/misc/resize.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
;Commands to resize fonts by a factor of 2:
|
||||
for font in *.bdf; do
|
||||
bdfresize $font -f 2 > "${font%.bdf}-scaled-2.bdf"
|
||||
done
|
||||
|
||||
xset +fp ~/.fonts/misc/
|
||||
Reference in New Issue
Block a user