Changeset ec0e9ce06ce87f12c80434c4d33c57ec1ecc2d6b
- Timestamp:
- 01/26/11 18:22:04 (16 months ago)
- Children:
- d7541e2f2c26179fd0639a7af879d6ca2b0a8144
- Parents:
- 21f23ecfd2ebcf9d8ba3dbc783fe1fb7b62dc9e6
- git-committer:
- Luper Rouch <luper.rouch@…> (01/26/11 18:22:04)
- Location:
- various/config/awesome
- Files:
-
- 1 added
- 1 copied
- 1 moved
-
.gitignore (added)
-
rc-bill.lua (copied) (copied from various/config/awesome/rc.lua) (3 diffs)
-
rc-neat.lua (moved) (moved from various/config/awesome/rc.lua) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
various/config/awesome/rc-bill.lua
r21f23ec rec0e9ce 55 55 56 56 -- tag settings 57 first_screen = 258 second_screen = 157 first_screen = 1 58 second_screen = 2 59 59 60 60 shifty.config.tags = { … … 68 68 ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 69 69 ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 70 ["zik"] = { position = 9, exclusive = true, screen = first_screen }, 70 71 71 72 ["chat"] = { position = 10, screen = second_screen, init = true, mwfact = 0.8 }, … … 90 91 { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } }, 91 92 { match = { "argouml" }, tag = "uml" }, 93 { match = { "Amarok" }, tag = "zik" }, 92 94 { match = { "" }, buttons = awful.util.table.join( 93 95 awful.button({ }, 1, function (c) client.focus = c; c:raise() end), -
various/config/awesome/rc-neat.lua
r21f23ec rec0e9ce 55 55 56 56 -- tag settings 57 first_screen = 258 second_screen = 157 first_screen = 1 58 second_screen = 2 59 59 60 60 shifty.config.tags = { … … 68 68 ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 69 69 ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 70 ["zik"] = { position = 9, exclusive = true, screen = first_screen }, 70 71 71 72 ["chat"] = { position = 10, screen = second_screen, init = true, mwfact = 0.8 }, … … 90 91 { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } }, 91 92 { match = { "argouml" }, tag = "uml" }, 93 { match = { "Amarok" }, tag = "zik" }, 92 94 { match = { "" }, buttons = awful.util.table.join( 93 95 awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
Note: See TracChangeset
for help on using the changeset viewer.
