Skip to content

Jackojc/st

Repository files navigation

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.

Releases

No releases published

Packages

No packages published