Commit 26adeb66 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Allow awesome local confs to set keys

parent fbb94416
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -433,9 +433,6 @@ clientbuttons = awful.util.table.join(
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),
    awful.button({ modkey }, 3, awful.mouse.client.resize))

-- Set keys
root.keys(globalkeys)
-- }}}

-- {{{ Rules
@@ -562,3 +559,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n

--- User defined configs
dofile('.config/awesome/user-defined.lua')

-- Set keys
root.keys(globalkeys)