summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-28 05:47:13 -0500
committerJune McEnroe <programble@gmail.com>2018-01-28 05:47:13 -0500
commit1084d89137fe38a5b52e30bd56e521f8e64fcf43 (patch)
treea005c799d50cfe6960372131db51bf27dc0ef7ec /bin/Makefile
parentOnly set title in ~xterm (diff)
downloadsrc-1084d89137fe38a5b52e30bd56e521f8e64fcf43.tar.gz
src-1084d89137fe38a5b52e30bd56e521f8e64fcf43.zip
Add portable bins target
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index a304c4cd..7c4f2c8d 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,9 +1,12 @@
-BINS = atch bri dtch hnel jrp klon pbcopy pbd pbpaste typo wake watch xx
+PINS = atch bri dtch hnel pbcopy pbd pbpaste wake xx
+BINS = $(PINS) jrp klon typo watch
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lcurses -ledit -lutil
 
 all: $(BINS) .gitignore
 
+portable: $(PINS) .gitignore
+
 atch: dtch
 	ln -f dtch atch
 
@@ -13,7 +16,7 @@ pbcopy pbpaste: pbd
 clean:
 	rm -f $(BINS)
 
-link: $(BINS)
+link:
 	ln -s -f $(BINS:%=$(PWD)/%) ~/.bin
 
 unlink:
57 -0500'>2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe