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

Skip to content

lincheney/i3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3

This is a fork of the tiling window manager i3 with various changes, especially around the handling of floating windows and the title format.

Changes

  • Adds %mark in the window title_format. This shows only the first mark (if any).
  • XBM icons in window decorations: https://github.com/ashinkarov/i3-extras#icons-in-i3bar
    • icons scaled to window decoration height
    • support %icon in the window title_format (so you could display the window icon multiple times if you wanted).
  • More consistent vertical text centering for window title_format (based on font baseline).
  • Changes to handling of floating windows:
    • Transient floating windows are shown on the same workspace as their parent (and vice-versa). This also means moving a window across workspaces also moves the transient parent and/or the floating child windows.
    • Transient floating windows appear above everything only if they, their parent or a floating child is focused. So a floating dialog for an unfocused window will be shown below a non-floating window that is focused. Floating windows are shown in the order of the transient relationship, i.e. transient parents are shown before their children.

Original README

Logo i3: A tiling window manager

Build Status Issue Stats Pull Request Stats

Packages Packages

i3 is a tiling window manager for X11.

For more information about i3, please see the project's website and online documentation.

For information about contributing to i3, please see CONTRIBUTING.md.

About

A better tiling and dynamic window manager

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.6%
  • Perl 38.6%
  • Python 1.1%
  • Shell 0.7%
  • Meson 0.7%
  • Dockerfile 0.3%