bug fix
This commit is contained in:
parent
50f55c71bd
commit
ed99bf7b05
2
init.lua
2
init.lua
|
@ -4,7 +4,7 @@
|
||||||
local capi = {root=root}
|
local capi = {root=root}
|
||||||
local gears = require("gears")
|
local gears = require("gears")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local inspect = require('inspect')
|
-- local inspect = require('inspect')
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local modkey = "Mod4"
|
local modkey = "Mod4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue