Jackojc / st

st with custom patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st

st with custom patches

Runtime Dependencies:

  • fontconfig
  • libXft

Buildtime Dependencies:

  • pkg-config
  • fontconfig-devel
  • libXft-devel

Patches:

In order for the custom cwd patch to work, you must update the PWD after every command using this snippet of code:

if [ "$DISPLAY" ]; then
	export PROMPT_COMMAND='echo -en "\033_;${PWD}\007\033]2;\007"'
	echo -en "\033_;${PWD}\007\033]2;\007"
fi

You can add it to your shell rc.

About

st with custom patches

License:MIT License


Languages

Language:C 96.2%Language:Roff 2.3%Language:Makefile 1.5%