mjolnir.7bits.mjomatic

tmuxomatic-like window management

Usage:

local mjomatic = require "mjolnir.7bits.mjomatic"

go

mjolnir.7bits.mjomatic.go(cfg)

takes a config as a list of strings, configures your windows as stated.

Example:

mjomatic.go({
"CCCCCCCCCCCCCiiiiiiiiiii      # <-- The windowgram, it defines the shapes and positions of windows",
"CCCCCCCCCCCCCiiiiiiiiiii",
"SSSSSSSSSSSSSiiiiiiiiiii",
"SSSSSSSSSSSSSYYYYYYYYYYY",
"SSSSSSSSSSSSSYYYYYYYYYYY",
"",
"C Google Chrome            # <-- window C has application():title() 'Google Chrome'",
"i iTerm",
"Y YoruFukurou",
"S Sublime Text 2"})