Changeset d061bb580144ea9d1523cfb9c891055018ba3837
- Timestamp:
- 12/22/10 08:33:03 (17 months ago)
- Children:
- 3405f623a13af25e41103a88b120cf0c51a70d74
- Parents:
- 8f8e9cd0cc0c7993c0f43077e8b38a15aca8e4bc
- git-committer:
- Luper Rouch <luper.rouch@…> (12/22/10 08:33:03)
- File:
-
- 1 edited
-
various/config/awesome/rc.lua (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
various/config/awesome/rc.lua
ra86d324 rd061bb5 66 66 ["inks"] = { position = 6, layout = awful.layout.suit.max, screen = first_screen }, 67 67 ["vbox"] = { position = 7, layout = awful.layout.suit.max, screen = first_screen }, 68 ["uml"] = { position = 8, layout = awful.layout.suit.max, screen = first_screen }, 68 69 ["palette"] = { position = 2, exclusive = true, screen = first_screen }, 69 70 … … 88 89 { match = { "gcolor2", "xmag" }, intrusive = true }, 89 90 { match = { "gcolor2" }, geometry = { 100, 100, nil, nil } }, 91 { match = { "argouml" }, tag = "uml" }, 90 92 { match = { "" }, buttons = awful.util.table.join( 91 93 awful.button({ }, 1, function (c) client.focus = c; c:raise() end), … … 192 194 mybaticon = widget({ type = "imagebox", name = "mybaticon" }) 193 195 mybaticon.image = image(beautiful.widget_bat) 196 -- }}} 197 198 -- {{{ Scratchpad 199 200 scratch_width = 0.9 201 scratch_height = 0.6 202 194 203 -- }}} 195 204 … … 367 376 368 377 -- 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) 370 379 ) 371 380 … … 382 391 c.maximized_horizontal = not c.maximized_horizontal 383 392 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) 385 395 ) 386 396
Note: See TracChangeset
for help on using the changeset viewer.
