Loading .config/awesome/rc.lua +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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) Loading
.config/awesome/rc.lua +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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)