Changeset d061bb580144ea9d1523cfb9c891055018ba3837


Ignore:
Timestamp:
12/22/10 08:33:03 (17 months ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
3405f623a13af25e41103a88b120cf0c51a70d74
Parents:
8f8e9cd0cc0c7993c0f43077e8b38a15aca8e4bc
git-committer:
Luper Rouch <luper.rouch@…> (12/22/10 08:33:03)
Message:

update config awesome

File:
1 edited

Legend:

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

    ra86d324 rd061bb5  
    6666    ["inks"] = { position = 6, layout = awful.layout.suit.max, screen = first_screen }, 
    6767    ["vbox"] = { position = 7, layout = awful.layout.suit.max, screen = first_screen }, 
     68    ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 
    6869    ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 
    6970 
     
    8889     { match = { "gcolor2", "xmag" }, intrusive = true }, 
    8990     { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } },      
     91     { match = { "argouml" }, tag = "uml" }, 
    9092     { match = { "" }, buttons = awful.util.table.join( 
    9193            awful.button({ }, 1, function (c) client.focus = c; c:raise() end), 
     
    192194mybaticon = widget({ type = "imagebox", name = "mybaticon" }) 
    193195mybaticon.image = image(beautiful.widget_bat) 
     196-- }}} 
     197 
     198-- {{{ Scratchpad   
     199 
     200scratch_width = 0.9 
     201scratch_height = 0.6 
     202 
    194203-- }}} 
    195204 
     
    367376 
    368377    -- Scratch 
    369     awful.key({ modkey }, "s", function () scratch.drop("urxvt", "bottom") end) 
     378    awful.key({ modkey }, "s", function () scratch.drop("urxvt", "center", "center", scratch_width, scratch_height, true) end) 
    370379) 
    371380 
     
    382391            c.maximized_horizontal = not c.maximized_horizontal 
    383392            c.maximized_vertical   = not c.maximized_vertical 
    384         end) 
     393        end), 
     394    awful.key({ modkey, "Shift"   }, "s", function (c) scratch.pad.set(c, scratch_width, scratch_height, true) end) 
    385395) 
    386396 
Note: See TracChangeset for help on using the changeset viewer.