Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

st with custom patches

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages