Changeset ec0e9ce06ce87f12c80434c4d33c57ec1ecc2d6b


Ignore:
Timestamp:
01/26/11 18:22:04 (16 months ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
d7541e2f2c26179fd0639a7af879d6ca2b0a8144
Parents:
21f23ecfd2ebcf9d8ba3dbc783fe1fb7b62dc9e6
git-committer:
Luper Rouch <luper.rouch@…> (01/26/11 18:22:04)
Message:

split awesome configs in two for laptop and desktop

Location:
various/config/awesome
Files:
1 added
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • various/config/awesome/rc-bill.lua

    r21f23ec rec0e9ce  
    5555 
    5656-- tag settings 
    57 first_screen = 2 
    58 second_screen = 1 
     57first_screen = 1 
     58second_screen = 2 
    5959 
    6060shifty.config.tags = { 
     
    6868    ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 
    6969    ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 
     70    ["zik"] = { position = 9, exclusive = true, screen = first_screen }, 
    7071 
    7172    ["chat"] = { position = 10, screen = second_screen, init = true, mwfact = 0.8 }, 
     
    9091     { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } },      
    9192     { match = { "argouml" }, tag = "uml" }, 
     93     { match = { "Amarok" }, tag = "zik" }, 
    9294     { match = { "" }, buttons = awful.util.table.join( 
    9395            awful.button({ }, 1, function (c) client.focus = c; c:raise() end), 
  • various/config/awesome/rc-neat.lua

    r21f23ec rec0e9ce  
    5555 
    5656-- tag settings 
    57 first_screen = 2 
    58 second_screen = 1 
     57first_screen = 1 
     58second_screen = 2 
    5959 
    6060shifty.config.tags = { 
     
    6868    ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 
    6969    ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 
     70    ["zik"] = { position = 9, exclusive = true, screen = first_screen }, 
    7071 
    7172    ["chat"] = { position = 10, screen = second_screen, init = true, mwfact = 0.8 }, 
     
    9091     { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } },      
    9192     { match = { "argouml" }, tag = "uml" }, 
     93     { match = { "Amarok" }, tag = "zik" }, 
    9294     { match = { "" }, buttons = awful.util.table.join( 
    9395            awful.button({ }, 1, function (c) client.focus = c; c:raise() end), 
Note: See TracChangeset for help on using the changeset viewer.