rewrote a lot of stuff especially the bluetooth module. fixed some errors
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
local gears = require("gears")
|
||||
local awful = require("awful")
|
||||
|
||||
root.buttons = gears.table.join(
|
||||
local capi = {
|
||||
root = root
|
||||
}
|
||||
|
||||
capi.root.buttons = gears.table.join(
|
||||
awful.button({}, 4, awful.tag.viewnext),
|
||||
awful.button({}, 5, awful.tag.viewprev)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user