edit bindings
This commit is contained in:
@@ -4,7 +4,7 @@ local awful = require("awful")
|
||||
local _M = {}
|
||||
|
||||
function _M.get()
|
||||
root.buttons(gears.table.join(awful.button({}, 4, awful.tag.viewnext), awful.button({}, 5, awful.tag.viewprev)))
|
||||
return gears.table.join(awful.button({}, 4, awful.tag.viewnext), awful.button({}, 5, awful.tag.viewprev))
|
||||
end
|
||||
|
||||
return setmetatable({}, {
|
||||
|
||||
Reference in New Issue
Block a user