wip
This commit is contained in:
parent
c184469d9d
commit
b758aa7301
3 changed files with 8 additions and 7 deletions
5
Makefile
5
Makefile
|
|
@ -30,4 +30,7 @@ fontconfig:
|
|||
srcfile:
|
||||
install -Dm600 srcfiles/src $(DESTDIR)/src/.srcfile
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile
|
||||
st:
|
||||
install -Dm600 st/config.def.h $(DESTDIR)/src/st/config.def.h
|
||||
|
||||
.PHONY: fish i3 i3status vis Xresources bspwm sxhkd fontconfig srcfile st
|
||||
|
|
|
|||
|
|
@ -65,11 +65,9 @@ git https://github.com/MirBSD/mksh mksh
|
|||
git https://github.com/dimkr/loksh loksh
|
||||
git https://github.com/Sweets/hummingbird hummingbird
|
||||
git https://github.com/octobanana/peaclock peaclock
|
||||
git https://github.com/jarun/ddgr ddgr
|
||||
git https://github.com/baskerville/sxhkd sxhkd
|
||||
git https://github.com/baskerville/bspwm bspwm
|
||||
git https://github.com/jonas/tig tig
|
||||
git https://github.com/magicant/yash yash
|
||||
git git://git.skarnet.org/s6 s6
|
||||
git https://github.com/ivmai/bdwgc bdwgc
|
||||
git https://github.com/p-gen/smenu smenu
|
||||
|
|
@ -98,7 +96,6 @@ git https://github.com/radare/radare2 radare2
|
|||
git https://github.com/abishekvashok/cmatrix cmatrix
|
||||
git https://github.com/Sweets/custard custard
|
||||
git git://c9x.me/irc.git irc
|
||||
git https://github.com/xmonad/xmonad xmonad
|
||||
git https://github.com/aircrack-ng/aircrack-ng aircrack-ng
|
||||
git https://github.com/9fans/plan9port plan9port
|
||||
git git://sourceware.org/git/glibc.git glibc
|
||||
|
|
@ -112,8 +109,6 @@ git git://source.ffmpeg.org/ffmpeg.git ffmpeg
|
|||
git git://git.webkit.org/WebKit.git WebKit
|
||||
git https://gitlab.kitware.com/cmake/cmake cmake
|
||||
git https://github.com/godotengine/godot godot
|
||||
git https://github.com/Mindwerks/wildmidi wildmidi
|
||||
git https://github.com/allthemusicllc/atm-cli atm-cli
|
||||
git https://github.com/johnnovak/nim-mod nim-mod
|
||||
git https://github.com/deadpixi/sam sam
|
||||
git https://github.com/ziglang/zig-spec zig-spec
|
||||
|
|
@ -143,6 +138,7 @@ git https://github.com/elixir-lang/elixir elixir
|
|||
git https://github.com/nimble-code/Spin Spin
|
||||
git https://github.com/VCVRack/Rack Rack
|
||||
git https://github.com/i3/i3 i3
|
||||
git https://github.com/fish-shell/fish-shell fish-shell
|
||||
|
||||
# My own projects
|
||||
git git@github.com:joachimschmidt557/zig-lscolors zig-lscolors
|
||||
|
|
@ -169,3 +165,5 @@ git git@github.com:joachimschmidt557/zbase zbase
|
|||
git git@github.com:joachimschmidt557/zed zed
|
||||
git git@github.com:joachimschmidt557/zig-linenoise zig-linenoise
|
||||
git git@github.com:joachimschmidt557/zig-termbox zig-termbox
|
||||
https://github.com/i3/i3status
|
||||
git https://github.com/i3/i3status i3status
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "Fira Code:pixelsize=20:antialias=true:autohint=true";
|
||||
static char *font = "Fira Code:pixelsize=16:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue