summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-03-28 18:43:11 -0400
committerJean-Francois Chevrette2020-03-28 18:43:11 -0400
commitd4f2778bc7cb6dd74f87652bc208e48019b20946 (patch)
tree129fcda936918da67686133f530d0a4aee7c80fc
parent959a68600f84cfb944c90cde4b568d272f04f197 (diff)
downloadaur-st-jfchevrette.tar.gz
update config
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config.h4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1493a2bd2da3..da3653ec4797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = st-jfchevrette
pkgdesc = A simple terminal implementation for X
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = http://st.suckless.org
install = st.install
arch = i686
@@ -17,7 +17,7 @@ pkgbase = st-jfchevrette
source = http://dl.suckless.org/st/st-0.8.2.tar.gz
source = config.h
sha256sums = aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35
- sha256sums = 52904e50c591ae3cf46420189d64a323f45cf3ea82b0179cd392744732df3c7a
+ sha256sums = d1b74290829e2f0713f3055b82b3c0e456d87e2ab966566370505b726e890ca8
pkgname = st-jfchevrette
diff --git a/PKGBUILD b/PKGBUILD
index 38ef047f909b..b589690d8fd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=st-jfchevrette
_pkgname=st
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple terminal implementation for X"
url="http://st.suckless.org"
arch=('i686' 'x86_64')
@@ -34,3 +34,5 @@ package() {
install -m644 -D LICENSE "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE"
install -m644 -D README "$pkgdir/usr/share/doc/${_pkgname}/README"
}
+sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35'
+ 'd1b74290829e2f0713f3055b82b3c0e456d87e2ab966566370505b726e890ca8')
diff --git a/config.h b/config.h
index 0e0171734353..94379f477730 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Mononoki:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -16,7 +16,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "/bin/zsh";
char *utmp = NULL;
char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";