From 2bd5f82e4bbb7fbdcd9d8359168a3242c668c1f8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 29 Sep 2016 16:06:34 +0200 Subject: [PATCH] add rule for thunar --- .config/awesome/rc.lua | 5 +++++ 1 file changed, 5 insertions(+) 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, + }, + }, } -- }}} -- 2.39.2