Skip to content

A python implementation of the useful i3tree utility for the i3 tiling window manager.

License

Notifications You must be signed in to change notification settings

DavidAntliff/py3tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py3tree

A reimplementation of i3tree in Python, using i3ipc.

Overview

i3tree is a program written by sciurus in Perl for the i3 tiling window manager.

This project is a reimplementation of this tool in Python.

Installation

$ pip install --user py3tree

Usage

Show the entire tree, including all workspaces:

$ py3tree

Show the tree for just the workspace named "1":

$ py3tree -w 1

Show the tree for both the workspace named "1" and the workspace named "two":

$ py3tree -w 1 two

Show the tree for the current focused workspace:

$ py3tree -f

Acknowledgements

Thank you to sciurus for the original i3tree, licensed under the GPLv3.

About

A python implementation of the useful i3tree utility for the i3 tiling window manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages