Merge pull request #1 from f412h4d/fix-awful-import
fix Added import for awful
This commit is contained in:
commit
4ce5ce4934
6
init.lua
6
init.lua
|
@ -2,6 +2,10 @@
|
||||||
--+ allows automatically focusing back to the previous client
|
--+ allows automatically focusing back to the previous client
|
||||||
--> on window close (unmanage) or minimize.
|
--> on window close (unmanage) or minimize.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------> imports ;
|
||||||
|
|
||||||
|
local awful = require("awful")
|
||||||
|
|
||||||
-------------------------------------------------------------------> methods ;
|
-------------------------------------------------------------------> methods ;
|
||||||
|
|
||||||
function backham()
|
function backham()
|
||||||
|
@ -19,4 +23,4 @@ client.connect_signal("property::minimized", backham)
|
||||||
--+ attach to minimized state
|
--+ attach to minimized state
|
||||||
|
|
||||||
client.connect_signal("unmanage", backham)
|
client.connect_signal("unmanage", backham)
|
||||||
--+ attach to closed state
|
--+ attach to closed state
|
||||||
|
|
Loading…
Reference in New Issue