Last active
August 29, 2015 14:13
-
-
Save Nokius/15aeb933dd44c60b63d3 to your computer and use it in GitHub Desktop.
awesome multi-screen
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
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