Skip to content

Commit

Permalink
update wmii/columns docs for people who are migrating
Browse files Browse the repository at this point in the history
per qtile/qtile-examples@76e7d48

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
  • Loading branch information
tych0 authored and flacjacket committed Jul 23, 2019
1 parent dd0ae55 commit c29f608
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libqtile/layout/columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ class Columns(Layout):
presented from the stack of windows. Columns and windows can be
resized and windows can be shuffled around.
This layout can also emulate "Wmii", "Vertical", and "Max", depending
on the default parameters.
This layout can also emulate wmii's default layout via:
layout.Columns(num_columns=1, insert_position=1)
Or the "Vertical", and "Max", depending on the default parameters.
An example key configuration is::
Expand Down

0 comments on commit c29f608

Please sign in to comment.