edit bindings

This commit is contained in:
Noella
2024-03-04 22:48:37 -07:00
parent 5babd2e2bc
commit 44ab8019bc
4 changed files with 26 additions and 139 deletions

View File

@@ -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({}, {