Skip to content

Instantly share code, notes, and snippets.

@gwash
gwash / notsubtle.lua
Last active September 28, 2015 15:17
Subtle-like window management for notion
-- Copyright (c) 2011, M Rawash <mrawash@gmail.com>
--
-- Released under the most recent GPL <http://www.gnu.org/licenses/gpl.html>
--
-- Subtle(wm)-like window management
--
function notsubtle(cf,pos)
local cmx = assert(cf:mx_current())
local cws = notioncore.find_manager(cf,'WGroupWS')