-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
23 lines (19 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 <[email protected]>
Changes to handle prev/next and viewports by Serge Hallyn <[email protected]>
(Later changes will be in bzr on launchpad)