Code Monkey home page Code Monkey logo

i3's Introduction

Image: Example of this fork with basic config and two urxvt windows

Huh what is this?

This is quick and dirty attempt to patch double border into i3-gaps.

Double border is calculated as half of border width, eg. consider this part of config:

for_window [class="^.*"] border pixel 16

client.background  #121b27

all windows will have 8px actual border and outer 8px will be filled with background color.

As you might caught on, this leaves no ability to have old "one border" look with this fork. This why I call it quick and dirty :)

Installation

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

# clone the repository
git clone https://www.github.com/max-lv/i3 i3-gaps
cd i3-gaps

# 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

Arch Aur Package

https://aur.archlinux.org/packages/i3-gaps-doubleborder/

yay -S i3-gaps-doubleborder

Dependancies

  • libdev
  • libxkbcommon-x11
  • pango
  • perl
  • startup-notification
  • xcb-util-cursor
  • xcb-util-keysyms
  • xcb-util-wm
  • xcb-util-xrm
  • yajl
  • asciidoc (make)
  • bison (make)
  • flex (make)
  • xmlto (make)

i3's People

Contributors

stapelberg avatar airblader avatar merovius avatar acrisci avatar orestisfl avatar fernandotcl avatar sardemff7 avatar cybershadow avatar deiz avatar maikf avatar hwangcc23 avatar shdown avatar jolange avatar mh21 avatar pbui avatar stlukey avatar knopwob avatar d912e3 avatar adaephon-gh avatar mihaicmn avatar elsbrock avatar loblik avatar nmschulte avatar bitonic avatar dcoppa avatar bapt avatar kha avatar xarthisius avatar simonkampe avatar botovq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.