Skip to content
/ i3tree Public
forked from sciurus/i3tree

Human-friendly display of i3's tree layout

License

Notifications You must be signed in to change notification settings

rehanog/i3tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

OVERVIEW

i3tree is a program I wrote to help myself adjust to version 4 of the i3 tiling window manager. It displays the containers your windows are children of and what layout those containers are using.

INSTALLATION

i3tree requires an installation of the i3 window manager, perl, and the following perl module.

  • AnyEvent::I3

USAGE

Just run it.

EXAMPLES

$  i3tree
Workspace 1 (horizontal)
        Window foo@bar: ~
        Split (vertical)
                Window foo@bar: ~
                Window foo@bar: ~
Workspace 2 (vertical)
        Window foo@bar: ~
        Window foo@bar: ~

CONVENIENCE

You could either start i3tree from a running terminal, or launch it inside a floating window. Here's the configuration needed:

for_window [title="^i3tree$"] floating enable
bindsym $mod+t exec xterm -hold -title i3tree -e ~/path/to/i3tree

LIMITATIONS

i3tree shows containers from all workspaces. It could be useful to optionally limit this to only the current workspace.

THANKS

Thanks to everyone who has contributed to i3.

About

Human-friendly display of i3's tree layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%