Skip to content

Commit

Permalink
Add title bars example
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jan 10, 2013
1 parent 6696fe8 commit a339307
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example.rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ if beautiful.wallpaper then
end
-- }}}

-- Define if we want to use titlebar on all applications.
use_titlebar = false

-- Shifty configured tags.
shifty.config.tags = {
w1 = {
Expand Down Expand Up @@ -431,6 +428,7 @@ clientkeys = awful.util.table.join(
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end),
awful.key({ modkey, }, "o", awful.client.movetoscreen ),
awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end),
awful.key({ modkey, "Shift" }, "t", function (c) shifty.create_titlebar(c) awful.titlebar(c) c.border_width = 1 end),
awful.key({ modkey, }, "n",
function (c)
-- The client currently has the input focus, so it cannot be
Expand Down

0 comments on commit a339307

Please sign in to comment.