X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/174752025a0ba20601c1eb4e2e82daa7b51d78e6..2bd5f82e4bbb7fbdcd9d8359168a3242c668c1f8:/.config/awesome/rc.lua?pf=etc 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, + }, + }, } -- }}}