|
@@ -5,8 +5,8 @@
|
|
*
|
|
*
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
*/
|
|
*/
|
|
-static char *font = "Source Code Pro Medium:pixelsize=24:antialias=true:autohint=true";
|
|
|
|
-static char *font2[] = { "JoyPixels:pixelsize=24:antialias=true:autohint=true" };
|
|
|
|
|
|
+static char *font = "Source Code Pro Medium:pixelsize=20:antialias=true:autohint=true";
|
|
|
|
+static char *font2[] = { "JoyPixels:pixelsize=20:antialias=true:autohint=true" };
|
|
static int borderpx = 2;
|
|
static int borderpx = 2;
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -17,7 +17,7 @@ static int borderpx = 2;
|
|
* 4: value of shell in /etc/passwd
|
|
* 4: value of shell in /etc/passwd
|
|
* 5: value of shell in config.h
|
|
* 5: value of shell in config.h
|
|
*/
|
|
*/
|
|
-static char *shell = "/bin/sh";
|
|
|
|
|
|
+static char *shell = "/bin/bash";
|
|
char *utmp = NULL;
|
|
char *utmp = NULL;
|
|
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
|
|
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
|
|
|
|
|