This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Copyright (c) 2011, M Rawash <[email protected]> | |
-- | |
-- 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') |