From b82cb1aaae592497aee6ba0c44de615331ec6940 Mon Sep 17 00:00:00 2001
From: Stefan Wimmer <swimmer@xs4all.nl>
Date: Sun, 8 Jan 2017 20:31:00 +0100
Subject: [PATCH 1/1] - Another "deprecated" warning with Awesome 4.0 silenced

---
 util/quake.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/quake.lua b/util/quake.lua
index bda0324..6363578 100644
--- a/util/quake.lua
+++ b/util/quake.lua
@@ -62,7 +62,7 @@ function quake:display()
     end
 
     -- Resize
-    awful.client.floating.set(client, true)
+    client.floating = true
     client.border_width = self.border
     client.size_hints_honor = false
     if self.notexist then
-- 
2.39.5