From: martin f. krafft Date: Thu, 29 Sep 2016 14:06:34 +0000 (+0200) Subject: add rule for thunar X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/2bd5f82e4bbb7fbdcd9d8359168a3242c668c1f8?ds=inline;hp=174752025a0ba20601c1eb4e2e82daa7b51d78e6 add rule for thunar --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d8dde35..5c70a82 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -590,6 +590,11 @@ awful.rules.rules = { floating = false, }, }, + { rule = { class = "Thunar", type = "normal" }, + properties = { + floating = false, + }, + }, } -- }}}