From f4cd34342913024bc1708b3f795fa7febc2ae95b Mon Sep 17 00:00:00 2001 From: TripleK2004 Date: Tue, 8 Jun 2021 22:20:08 +0530 Subject: [PATCH] patched dynamic cursor --- config.def.h | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 89c3ee9f98ea45866b9bb2d0b893f68941b1380b..fa9633805cad6edd96963c01de6dc2e5fbddc91d 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,7 @@ static int borderpx = 0; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/fish"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; diff --git a/config.h b/config.h index 89c3ee9f98ea45866b9bb2d0b893f68941b1380b..fa9633805cad6edd96963c01de6dc2e5fbddc91d 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ static int borderpx = 0; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/fish"; +static char *shell = "/bin/sh"; char *utmp = NULL; char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";