Skip to content

hallyn/stiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Basically a simple python script which does tiling on any windowmanager (Perfectly on pekwm and openbox. Partly on compiz due to the fact that compiz says it has a single desktop even if there are 4 virtual desktops, which means all the windows you have will be tiled).
It uses wmctrl to get the info and manage the windows. Bind it to a key or to autowhatever-on-window-creation-hook.

Currently options are
simple 		- The basic tiling layout . 1 Main + all other at the side.
left,right 	- Does the new windows7 ish style of sticking to the sides.
swap 		- Will swap the active window to master column
cycle 		- Cycle all the windows in the master pane
vertical 	- Simple vertical tiling
horizontal 	- Simple horizontal tiling
maximize 	- Maximize the active window/ for openbox which doesn't permit resizing of max windows
max_all 	- Maximize all windows
next		- Switch to the next window upward
prev		= Switch to the previous window downward.

On first run it will create a config file ~/.stilerrc. Modify the values to suit your window decorations/Desktop padding. 

If you need other layouts modify get_simple_tile 

History in git:
   Original code by: shankar <jatheendra@gmail.com>
   Changes to handle prev/next and viewports by Serge Hallyn <serge.hallyn@ubuntu.com>
(Later changes will be in bzr on launchpad)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages