Git Product home page Git Product logo

awesomewmcolumnslayout's Introduction

/* Author: James Wilmot
 * Date: March 2014 */

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Installation
 * Roadmap
 * Maintainers

INTRODUCTION
------------
This layout is an attempt to efficiently utilise horizontal screen space in the
Awesome WM window manager. Targets widescreen monitors especially. 

Layout divides screen space (working area) into equal width columns. The clients
(windows in the current screen) are divided equally into those columns with
equal horizontal space for each client in a column. If there are remainder
clients (ie clients modulo number columns is not equal to zero: 10 clients in 3
columns), these clients are added one-by-one to the rightmost columns until
there are no more remainder clients. 

Corner behaviour: if there are less clients than columns ie in three column
mode, the layout will change such that the number of columns equals the number
of clients. Minimises wasted horizontal space.   

Layout currently has two modes: two and three columns. Infinitely
expandable to arbitrary number of columns.     

Currently in alpha so if using this layout blows up in your face I am in no way
responsible! You have been warned! :P

INSTALLATION
------------
Note: <install dir> refers to the Awesome WM install directory. On Ubuntu 12.04
this is /usr/share/awesome.

 * copy 'columns.lua' file into '<install dir>/lib/awful/layout/suit'
 * open '<install dir>/lib/awful/layout/suit/init.lua'
    - add 'require("awful.layout.suit.columns")'
 * copy 'default/threecolsw.png' and 'default/twocolsw.png' into:
    '<install dir>/themes/default/layouts'
 * open '<install dir>/themes/default/theme.lua'
    - find 'theme.layout_*' near bottom of file
    - add: 
    'theme.layout_twocols = "<install dir>/themes/default/layouts/twocolsw.png"' 
    'theme.layout_threecols = "<install dir>/themes/default/layouts/threecolsw.png"' 
 * add layout to '~/.config/awesome/rc.lua':
    - find 'layouts' definition
    - add:
    'awful.layout.suit.columns.two,'   
    'awful.layout.suit.columns.three'   

ROADMAP
-------
 * include in default Awesome WM installation
 * layout icons for all included themes
 * ability to resize master window 

MAINTAINERS
-----------
 * James Wilmot <[email protected]>

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.