fix Added import for awful
This commit is contained in:
parent
595959beed
commit
440954d669
4
init.lua
4
init.lua
|
@ -2,6 +2,10 @@
|
|||
--+ allows automatically focusing back to the previous client
|
||||
--> on window close (unmanage) or minimize.
|
||||
|
||||
-------------------------------------------------------------------> imports ;
|
||||
|
||||
local awful = require("awful")
|
||||
|
||||
-------------------------------------------------------------------> methods ;
|
||||
|
||||
function backham()
|
||||
|
|
Loading…
Reference in New Issue