Skip to content

sjaakvandenberg/gtk-tiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple tiling for GTK

To download, save the repo as a zip or run git clone https://github.com/sjaakvandenberg/gtk-tiling.git. You'll also need python2, and pygtk.

chmod +x tiling.py        # give the script permissions to be executed
./tiling.py w h x y -d 1  # w (width), h (height) are dimensions in screen %
                          # x and y are coordinates, also as a % of the screen
                          # -d enables (1) or disables (0) window decorations

Example Grid Configuration

Size Position Hotkey Command
70 % TOP Super+Up tiling.py 100 70 0 0 -d 0
30 % BOTTOM Super+Down tiling.py 100 30 0 70 -d 0
60 % LEFT Super+Left tiling.py 60 100 0 0 -d 0
40 % RIGHT Super+Right tiling.py 40 100 60 0 -d 0
28 % TOP LEFT Super+Alt+Page_Up tiling.py 28 50 0 0 -d 0
28 % BOTTOM LEFT Super+Alt+Left tiling.py 28 50 0 50 -d 0
28 % LEFT Super+Page_Up tiling.py 28 100 0 0 -d 0
72 % RIGHT Super+Page_Down tiling.py 72 100 28 0 -d 0
74 % CENTER Super+Alt+Up tiling.py 74 74 13 13 -d 1
100 % CENTER Super+Alt+Down tiling.py 100 100 0 0 -d 1

Screenshot

Screenshot

Video Tutorial

Video Tutorial

By Sjaak van den Berg — @svdb

About

Simple tiling for GTK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages