From: martin f. krafft Date: Tue, 26 Sep 2017 11:19:50 +0000 (+0200) Subject: float gxmessage X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/4915783a7d212d780ba6a10009aa6fbe74d33e71 float gxmessage --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f4f9da0..75772d9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -677,6 +677,11 @@ awful.rules.rules = { floating = true, }, }, + { rule = { class = "Gxmessage" }, + properties = { + floating = true, + }, + }, } -- }}}