Skip to content

Instantly share code, notes, and snippets.

@Nokius
Last active August 29, 2015 14:13
Show Gist options
  • Save Nokius/15aeb933dd44c60b63d3 to your computer and use it in GitHub Desktop.
Save Nokius/15aeb933dd44c60b63d3 to your computer and use it in GitHub Desktop.
awesome multi-screen
tags = {}
-- Each screen has its own tag table.
tags[1] = awful.tag({ "xxx", "xx", "x" }, 1, layouts[2])
tags[2] = awful.tag({ "xxxx", "xxx", "xx", "x" }, 2, layouts[2])
-- }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment