Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xianzhon/i3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

cd /path/where/you/want/the/repository

# clone the repository
git clone https://github.com/xianzhon/i3.git i3
cd i3

# compile & install
autoreconf --force --install
rm -rf build/
mkdir -p build && cd build/

# Disabling sanitizers is important for release versions!
# The prefix and sysconfdir are, obviously, dependent on the distribution.
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make
sudo make install

Refer to:
i3 gaps installation guide

About

A better tiling and dynamic window manager

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.6%
  • Perl 22.4%
  • Other 10.7%
  • M4 3.7%
  • C++ 1.9%
  • Ruby 1.1%
  • Other 1.6%