Giter Club home page Giter Club logo

gtk-tiling's Introduction

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

gtk-tiling's People

Contributors

sjaakvandenberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gtk-tiling's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.