Commit 52a3f02b authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Revert "Allow awesome local confs to set keys"

This reverts commit 26adeb66.

Use instead:

```
rules.keys(awful.utils.table.join(root.keys(), {...}))
```
parent 1f695341
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -433,6 +433,9 @@ 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
@@ -559,6 +562,3 @@ 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)