diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-20 15:19:13 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-20 15:19:13 -0800 |
| commit | b4a9f5445d2a5d66f3f209dce4d9b657ee8f7e75 (patch) | |
| tree | 2b19105237e41974abb3012a7aca78968327f94e /st/st-0.9.3/config.mk | |
| parent | 945cec5b117509e219edd8c321884c6c15751a92 (diff) | |
st: scrollback with Shift+Pg{up,down} and mouse, keyboard select
Diffstat (limited to 'st/st-0.9.3/config.mk')
| -rw-r--r-- | st/st-0.9.3/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/st-0.9.3/config.mk b/st/st-0.9.3/config.mk index f5a97f5..2fc854e 100644 --- a/st/st-0.9.3/config.mk +++ b/st/st-0.9.3/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.3 # Customize below to fit your system # paths -PREFIX = ${HOME}/.local +PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include |
