mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Compare commits
2 Commits
469556ba48
...
15bbc038d5
Author | SHA1 | Date | |
---|---|---|---|
|
15bbc038d5 | ||
|
7dd414550e |
4
PKGBUILD
4
PKGBUILD
@ -6,7 +6,7 @@ pkgrel=1
|
||||
pkgdesc='A simple virtual terminal emulator for X.'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('libxft' 'nerd-fonts-hack')
|
||||
depends=('libxft' 'ttf-jetbrains-mono')
|
||||
makedepends=('ncurses')
|
||||
conflicts=('st')
|
||||
url="http://st.suckless.org"
|
||||
@ -26,7 +26,7 @@ source=("http://dl.suckless.org/st/st-$pkgver.tar.gz"
|
||||
"${_patches[@]}")
|
||||
|
||||
sha256sums=('d42d3ceceb4d6a65e32e90a5336e3d446db612c3fbd9ebc1780bc6c9a03346a6'
|
||||
'0bd28ddbfe0a036fc1b4736ad4ba1435d98b14a8cda2f3558175a9aee48ccf14'
|
||||
'fc89e358946dd837b1c4edafdb1887d51b99c81ca3eb66e7432985f2defab174'
|
||||
'0f5ce33953abce74a9da3088ea35bf067a9a4cfeb9fe6ea9800268ce69e436c0'
|
||||
'1e41fe17a5ef5a8194eea07422b49d815e2c2bb4d58d84771f793be423005310'
|
||||
'319458d980195d18fa0f81a6898d58f8d046c5ff982ab872d741f54bb60e267d'
|
||||
|
2
config.h
2
config.h
@ -6,7 +6,7 @@
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font =
|
||||
"Hack Nerd Font Mono:pixelsize=18:antialias=true:autohint=true";
|
||||
"JetBrains Mono:pixelsize=18:antialias=true:autohint=true";
|
||||
|
||||
static char *font2[] = {
|
||||
"JoyPixels:pixelsize=18:antialias=true:autohint=true",
|
||||
|
@ -6,7 +6,7 @@
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font =
|
||||
"Hack Nerd Font Mono:pixelsize=14:antialias=true:autohint=true";
|
||||
"JetBrains Mono:pixelsize=14:antialias=true:autohint=true";
|
||||
|
||||
static char *font2[] = {
|
||||
"JoyPixels:pixelsize=14:antialias=true:autohint=true",
|
||||
|
Loading…
Reference in New Issue
Block a user