Skip to content

sallecta/xelt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xelt

This is a fork of Gediminas Morkevicius terminal client.

Requirements

In order to build xelt you need:

  • Xlib header files - location of these might differ, edit config.mk
  • xft lib headers.
  • Inconsolata.ttf fonts, unless you change it in config.h

Ubuntu required libraries

apt-get install libx11-dev libxext-dev libxft-dev fonts-inconsolata

Build instructions

NOTE concerning inconsolata font changes, recently it got bold font support and if you had hinstyle set to none it should not make any impact. Otherwise you may need to set it to none.

Create application executable:

./build.sh make

Build app and run

./build.sh make run

Build app and run detached from terminal

./build.sh make rund

Clean build directory

./build.sh clean

Running xelt

./xelt

Try it with tmux:

./xelt -e tmux

Register/unregister xelt

./build.sh reg
./build.sh unreg

Credits

Based on source code of:

About

fork of st - simple terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.9%
  • Objective-C 26.5%
  • C++ 4.3%
  • Shell 2.6%
  • Roff 2.4%
  • Makefile 1.3%